|
CDT
2.0.1
C++ library for constrained Delaunay triangulation
|
Helper function to verify if triangulation has no inconsistencies. More...
Go to the source code of this file.
Namespaces | |
| namespace | CDT |
| Namespace containing triangulation functionality. | |
Functions | |
| template<typename T, typename TNearPointLocator> | |
| bool | CDT::verifyTopology (const CDT::Triangulation< T, TNearPointLocator > &cdt) |
| Verify that triangulation topology is consistent. | |
| template<typename T, typename TNearPointLocator> | |
| bool | CDT::verifyWinding (const CDT::Triangulation< T, TNearPointLocator > &cdt) |
| Check that every triangle is wound counter-clockwise: degenerate and inverted triangles are topologically consistent, so verifyTopology misses them. | |
| template<typename T, typename TNearPointLocator> | |
| bool | CDT::eachVertexHasNeighborTriangle (const CDT::Triangulation< T, TNearPointLocator > &cdt) |
| Check that each vertex has a neighbor triangle. | |
Helper function to verify if triangulation has no inconsistencies.
Definition in file VerifyTopology.h.