CGAL 6.0.1 - 2D Periodic Triangulations
Loading...
Searching...
No Matches
CGAL Namespace Reference

Classes

struct  Graphics_scene_options_periodic_2_triangulation_2
 The class Graphics_scene_options_periodic_2_triangulation_2 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...
 
class  Periodic_2_Delaunay_triangulation_2
 The class Periodic_2_Delaunay_triangulation_2 represents a Delaunay triangulation in two-dimensional periodic space. More...
 
class  Periodic_2_Delaunay_triangulation_traits_2
 The class Periodic_2_Delaunay_triangulation_traits_2is designed as a default traits class for the class Periodic_2_Delaunay_triangulation_2<Traits, Tds>. More...
 
class  Periodic_2_offset_2
 The class Periodic_2_offset_2 is a model of the concept Periodic_2Offset_2. More...
 
class  Periodic_2_triangulation_2
 The class Periodic_2_triangulation_2 represents a 2-dimensional triangulation of a point set in \( \mathbb T_c^2\). More...
 
class  Periodic_2_triangulation_face_base_2
 The class Periodic_2_triangulation_face_base_2 is a model of the concept Periodic_2TriangulationFaceBase_2 to be used by Triangulation_data_structure_2 to represent faces of a periodic triangulation. More...
 
class  Periodic_2_triangulation_hierarchy_2
 The class Periodic_2_triangulation_hierarchy_2 implements a triangulation augmented with a data structure which allows fast point location queries. More...
 
class  Periodic_2_triangulation_traits_2
 The class Periodic_2_triangulation_traits_2 is designed as a default traits class for the class CGAL::Periodic_2_triangulation_2<Periodic_2TriangulationTraits_2,TriangulationDataStructure_2>. More...
 
class  Periodic_2_triangulation_vertex_base_2
 The class Periodic_2_triangulation_vertex_base_2 is a model of the concept Periodic_2TriangulationVertexBase_2 to be used by Triangulation_data_structure_2 to represent vertices of a periodic triangulation. More...
 

Functions

template<class P2T2 , class GSOptions >
void draw (const P2T2 &p2t2, const GSOptions &gso)
 opens a new window and draws a periodic 2D triangulation.
 
template<class P2T2 >
void draw (const P2T2 &p2t2)
 A shortcut to CGAL::draw(p2t2, Graphics_scene_options_periodic_2_triangulation_2{}).
 
template<class P2T2 , class GSOptions >
void add_to_graphics_scene (const P2T2 &p2t2, CGAL::Graphics_scene &gs, const GSOptions &gso)
 adds the vertices, edges and faces of p2t2 into the given graphic scene gs.
 
template<class P2T2 >
void add_to_graphics_scene (const P2T2 &p2t2, CGAL::Graphics_scene &gs)
 A shortcut to CGAL::add_to_graphics_scene(p2t2, gs, Graphics_scene_options_periodic_2_triangulation_2{}).