 CGAL | |
  Delaunay_triangulation | This class is used to maintain the Delaunay triangulation of a set of points in RD |
  Triangulation | This class implements triangulations of point sets in dimensions d |
  Triangulation_data_structure | This class is a data structure used for storing a triangulation of dimension d≤D (D is the maximal dimension) |
  Triangulation_ds_full_cell | This class is the default model used for the full cell of the class Triangulation_data_structure |
  Triangulation_ds_vertex | The class Triangulation_ds_vertex serves as the default vertex template parameter in the class Triangulation_data_structure<Dimensionality, TriangulationDSVertex, TriangulationDSFullCell> |
  Triangulation_face | A Triangulation_face is a model of the concept TriangulationDSFace |
  Triangulation_full_cell | The class Triangulation_full_cell is a model of the concept TriangulationFullCell |
  Triangulation_vertex | The class Triangulation_vertex is a model of the concept TriangulationVertex |
 DelaunayTriangulationTraits | This concept describes the geometric types and predicates required to build a Delaunay triangulation. It corresponds to the first template parameter of the class CGAL::Delaunay_triangulation<DelaunayTriangulationTraits, TriangulationDataStructure> |
 FullCellData | The concept FullCellData describes the requirements on the type which is used to mark some full cells, during modifications of the triangulation data structure |
 TriangulationDataStructure | The TriangulationDataStructure concept describes objects responsible for storing and maintaining the combinatorial part of a d-dimensional pure simplicial complex that has the topology of the d-dimensional sphere Sd with d∈[−2,D]. Since the simplicial d-complex is pure, all faces are sub-faces of some d-simplex. And since it has the topology of the sphere Sd, it is manifold, thus any d−1-face belongs to exactly two d-dimensional full cells |
  FullCell | The concept TriangulationDataStructure::FullCell describes the type used by a TriangulationDataStructure to store the full cells |
  Vertex | The concept TriangulationDataStructure::Vertex describes the type used by a TriangulationDataStructure to store the vertices |
 TriangulationDSFace | A TriangulationDSFace describes a face f with dimension k (a k -face) in a triangulation. It gives access to a handle to a full cell c containing the face f in its boundary, as well as the indices of the vertices of f in c . It must hold that f is a proper face of full cell c , i.e., the dimension of f is strictly less than the dimension of c . The dimension of a face is implicitely set when TriangulationDSFace::set_index is called. For example, if TriangulationDSFace::set_index is called two times to set the first two vertices (i = 0 and i = 1 ), then the dimension is 1 |
 TriangulationDSFullCell | The concept TriangulationDSFullCell describes the requirements for the full cell class of a CGAL::Triangulation_data_structure . It refines the concept TriangulationDataStructure::FullCell |
 TriangulationDSVertex | The concept TriangulationDSVertex describes the requirements for the vertex base class of a CGAL::Triangulation_data_structure . It refines the concept TriangulationDataStructure::Vertex |
 TriangulationFullCell | The concept TriangulationFullCell describes the requirements on the type used by the class CGAL::Triangulation<TriangulationTraits, TriangulationDataStructure> , and its derived classes, to represent a full cell |
 TriangulationTraits | This concept describes the geometric types and predicates required to build a triangulation. It corresponds to the first template parameter of the class CGAL::Triangulation<TriangulationTraits, TriangulationDataStructure> |
 TriangulationVertex | The concept TriangulationVertex describes the requirements on the type used by the class CGAL::Triangulation<TriangulationTraits, TriangulationDataStructure> , and its derived classes, to represent a vertex |