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

Helper function to verify if triangulation has no inconsistencies. More...

#include <CDT.h>
#include <algorithm>
Include dependency graph for VerifyTopology.h:

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.