CGAL 5.2.2 - dD Triangulations
|
#include <CGAL/Triangulation_face.h>
A Triangulation_face
is a model of the concept TriangulationDSFace
.
TriangulationDataStructure_ | must be a model of the concept TriangulationDataStructure . Actually, Triangulation_face needs only that this concept defines the types Full_cell_handle , Vertex_handle , and Maximal_dimension . |