NAME
tlp::VoronoiDiagram -
SYNOPSIS
#include <Delaunay.h>
Classes
class Cell
class Edge
class Ray
Public Types
typedef Coord Vertex
Public Attributes
std::vector< Vertex > vertices
std::vector< Edge > edges
std::vector< Ray > rays
std::vector< Cell > cells
Member Typedef Documentation
typedef Coord tlp::VoronoiDiagram::Vertex
Member Data Documentation
std::vector<Cell> tlp::VoronoiDiagram::cells
std::vector<Edge> tlp::VoronoiDiagram::edges
std::vector<Ray> tlp::VoronoiDiagram::rays
std::vector<Vertex> tlp::VoronoiDiagram::vertices
Author
Generated automatically by Doxygen for Tulip Graph Library from the
source code.