CGAL 5.5 - 2D Arrangements

Classes

class  CGAL::Arr_dcel_base< V, H, F >
 
class  CGAL::Arr_default_dcel< Traits >
 The default DCEL class used by the Arrangement_2 class-template is parameterized by a traits class, which is a model of the ArrangementBasicTraits_2 concept. More...
 
class  CGAL::Arr_extended_dcel< Traits, VData, HData, FData, V, H, F >
 The Arr_extended_dcel class-template extends the topological-features of the DCEL namely the vertex, halfedge, and face types. More...
 
class  CGAL::Arr_extended_face< FaceBase, FData >
 The Arr_extended_face class-template extends the face topological-features of the DCEL. More...
 
class  CGAL::Arr_extended_halfedge< HalfedgeBase, HData >
 The Arr_extended_halfedge class-template extends the halfedge topological-features of the DCEL. More...
 
class  CGAL::Arr_extended_vertex< VertexBase, VData >
 The Arr_extended_vertex class-template extends the vertex topological-features of the DCEL. More...
 
class  CGAL::Arr_face_extended_dcel< Traits, FData, V, H, F >
 The Arr_face_extended_dcel class-template extends the DCEL face-records, making it possible to store extra (non-geometric) data with the arrangement faces. More...
 
class  CGAL::Arrangement_on_surface_2< GeometryTraits, TopologyTraits >::Vertex
 An object \( v\) of the class Vertex represents an arrangement vertex, that is a \( 0\)-dimensional cell, associated with a point on the ambient surface. More...
 
class  CGAL::Arrangement_on_surface_2< GeometryTraits, TopologyTraits >::Halfedge
 An object \( e\) of the class Halfedge represents a halfedge in the arrangement. More...
 
class  CGAL::Arrangement_on_surface_2< GeometryTraits, TopologyTraits >::Face
 An object of the class Face represents an arrangement face, namely, a \(2\)-dimensional arrangement cell. More...