CGAL 4.8.1 - dD Triangulations
|
#include <CGAL/Triangulation_face.h>
A Triangulation_face
is a model of the concept TriangulationDSFace
.
Parameter 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
.