CGAL 6.0 - dD Triangulations
Loading...
Searching...
No Matches
CGAL::Triangulation_face< TriangulationDataStructure_ > Class Template Reference

#include <CGAL/Triangulation_face.h>

Definition

template<typename TriangulationDataStructure_>
class CGAL::Triangulation_face< TriangulationDataStructure_ >

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