28 #if GEOM_PSEUDO3D==GEOM_TRUE
29 namespace GEOM_FADE25D {
30 #elif GEOM_PSEUDO3D==GEOM_FALSE
31 namespace GEOM_FADE2D {
33 #error GEOM_PSEUDO3D is not defined
99 std::vector<Point2>& vPoints,
100 std::vector<Vector2>* pvInfiniteDirections=NULL
157 Voronoi2Impl* getOwner()
const;
163 Voronoi2Impl* pOwner;
Point.
Definition: Point2.h:53
Voronoi cell.
Definition: VoroCell2.h:45
void setCustomCellIndex(int customCellIndex_)
bool getAdjacentVCells(std::vector< VoroCell2 * > &vAdjacentCells) const
double getCentroid(Point2 ¢roid) const
bool getBoundaryPoints(std::vector< Point2 > &vPoints, std::vector< Vector2 > *pvInfiniteDirections=NULL) const
bool getIncidentTriangles(std::vector< Triangle2 * > &vIncTriangles) const
int getCustomCellIndex() const
bool getVoronoiVertices(std::vector< VoroVertex2 * > &vVoroVertices) const
bool getNeighborSites(std::vector< Point2 * > &vSites) const