CGAL 5.6.1 - dD Triangulations
CGAL::Triangulation_face< TriangulationDataStructure_ > Class Template Reference

#include <CGAL/Triangulation_face.h>

Definition

A Triangulation_face is a model of the concept TriangulationDSFace.

Template Parameters
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.
Is Model Of:
TriangulationDSFace
See also
TriangulationDSFace
TriangulationDataStructure