CDT
1.4.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::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.