Loading web-font TeX/Math/Italic
 
CGAL 6.0.1 - 2D Periodic Triangulations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches

Concepts

conceptGraphicsSceneOptionsPeriodic2Triangulation2
 The concept GraphicsSceneOptionsPeriodic2Triangulation2 defines data and methods used to tune the way that the cells of a Periodic_2_triangulation_2 are considered for drawing or to be added into a graphics scene. More...
 
conceptPeriodic_2DelaunayTriangulationTraits_2
 The concept Periodic_2DelaunayTriangulationTraits_2 is the first template parameter of the class CGAL::Periodic_2_Delaunay_triangulation_2. It refines the concepts Periodic_2TriangulationTraits_2 and DelaunayTriangulationTraits_2. It redefines the geometric objects, predicates and constructions to work with point-offset pairs. In most cases the offsets will be (0,0) and the predicates from DelaunayTriangulationTraits_2 can be used directly. For efficiency reasons we maintain for each functor the version without offsets. More...
 
conceptPeriodic_2Offset_2
 The concept Periodic_2Offset_2 describes a two-/dimensional integer vector with some specialized access functions and operations. More...
 
conceptPeriodic_2TriangulationFaceBase_2
 At the base level (see Section Software Design), a face stores handles to its four vertices and to its four neighbor faces. The vertices and neighbors are indexed 0, 1 and 2. Neighbor i lies opposite to vertex i. More...
 
conceptPeriodic_2TriangulationTraits_2
 The concept Periodic_2TriangulationTraits_2 is the first template parameter of the classes CGAL::Periodic_2_triangulation_2<Traits, Tds>. This concept provides the types of the geometric primitives used in the triangulation and some function object types for the required predicates on those primitives. More...
 
conceptPeriodic_2TriangulationVertexBase_2
 A refinement of the concept TriangulationVertexBase_2 which adds an API for offset. More...