CDT  1.4.2
C++ library for constrained Delaunay triangulation
 
Loading...
Searching...
No Matches
VerifyTopology.h File Reference

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.
 

Detailed Description

Helper function to verify if triangulation has no inconsistencies.

Definition in file VerifyTopology.h.