\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 2D Arrangements
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

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_2< Traits, Dcel >::Vertex
 An object \( v\) of the class Vertex represents an arrangement vertex, that is - a \( 0\)-dimensional cell, associated with a point on the plane. More...
 
class  CGAL::Arrangement_2< Traits, Dcel >::Halfedge
 An object \( e\) of the class Halfedge represents a halfedge in the arrangement. More...
 
class  CGAL::Arrangement_2< Traits, Dcel >::Face
 An object of the class Face represents an arrangement face, namely, a \( 2\)-dimensional arrangement cell. More...