#include <DelaunayTriangulation.h>
Public Member Functions | |
| DelaunayTriangulation (const std::vector< Site * > &sites) | |
| ~DelaunayTriangulation (void) | |
| Destructor. | |
| QuadEdge * | GetLeftHalve (void) const |
| Gets the left halve of the triangulation. | |
| QuadEdge * | GetRightHalve (void) const |
| Gets the right halve of the triangulation. | |
| DelaunayTriangulation::DelaunayTriangulation | ( | const std::vector< Site * > & | sites | ) |
Constructor
| sites | the array of sites to be triangulated |
| QuadEdge * DelaunayTriangulation::GetLeftHalve | ( | void | ) | const |
Gets the left halve of the triangulation.
| QuadEdge * DelaunayTriangulation::GetRightHalve | ( | void | ) | const |
Gets the right halve of the triangulation.
1.5.9