In a constrained triangulation, the information about constrained edges is stored in the faces of the triangulation. The base face of a constrained triangulation has to be a model of the concept ConstrainedTriangulationFaceBase_2 which refines the concept TriangulationFaceBase_2 providing functionalities to deal with constraints.
|
| |
returns true if the edge between f and its neighbor
f.neighbor(i) is constrained. Precondition: . |
advanced |
|
| tests the validity of face f as a face of a plain triangulation and additionally checks if the edges of f are consistently marked as constrained or unconstrained edges in face fand its neighbors. |
advanced |
CGAL::Constrained_triangulation_face_base_2<Traits>