CGAL 4.5 - 3D Periodic Triangulations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Concepts

conceptPeriodic_3DelaunayTriangulationTraits_3
 The concept Periodic_3DelaunayTriangulationTraits_3 is the first template parameter of the classes Periodic_3_Delaunay_triangulation_3 and Periodic_3_triangulation_3. It refines the concept DelaunayTriangulationTraits_3 from the CGAL 3D Triangulations Reference package. It redefines the geometric objects, predicates and constructions to work with point-offset pairs. In most cases the offsets will be (0,0,0) and the predicates from DelaunayTriangulationTraits_3 can be used directly. For efficiency reasons we maintain for each functor the version without offsets. More...
 
conceptPeriodic_3Offset_3
 The concept Periodic_3Offset_3 describes a three-dimensional integer vector with some specialized access functions and operations. More...
 
conceptPeriodic_3TriangulationDSCellBase_3
 A refinement of the concept TriangulationDSCellBase_3 which adds an API for offsets. More...
 
conceptPeriodic_3TriangulationDSVertexBase_3
 A refinement of the concept TriangulationDSVertexBase_3 which adds an API for offset. More...