CGAL 6.0.1 - 2D Apollonius Graphs (Delaunay Graphs of Disks)
Loading...
Searching...
No Matches
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
 NCGAL
 CApollonius_graph_2The class Apollonius_graph_2 represents the Apollonius graph
 CApollonius_graph_filtered_traits_2The class Apollonius_graph_filtered_traits_2 provides a model for the ApolloniusGraphTraits_2 concept
 CApollonius_graph_hierarchy_2We provide an alternative to the class Apollonius_graph_2<Gt,Agds> for the dynamic construction of the Apollonius graph
 CApollonius_graph_hierarchy_vertex_base_2The class Apollonius_graph_hierarchy_vertex_base_2 provides a model for the ApolloniusGraphHierarchyVertexBase_2 concept, which is the vertex base required by the Apollonius_graph_hierarchy_2<Gt,Agds> class
 CApollonius_graph_traits_2The class Apollonius_graph_traits_2 provides a model for the ApolloniusGraphTraits_2 concept
 CApollonius_graph_vertex_base_2The class Apollonius_graph_vertex_base_2 provides a model for the ApolloniusGraphVertexBase_2 concept which is the vertex base required by the ApolloniusGraphDataStructure_2 concept
 CApollonius_site_2The class Apollonius_site_2 is a model for the concept ApolloniusSite_2
 CApolloniusGraphDataStructure_2The concept ApolloniusGraphDataStructure_2 refines the concept TriangulationDataStructure_2. In addition it provides two methods for the insertion and removal of a degree 2 vertex in the data structure. The insertion method adds a new vertex to the specified edge, thus creating two new edges. Moreover, it creates two new faces that have the two newly created edges in common (see figure below). The removal method performs the reverse operation
 CApolloniusGraphHierarchyVertexBase_2The vertex of an Apollonius graph included in an Apollonius graph hierarchy has to provide some pointers to the corresponding vertices in the graphs of the next and preceding levels. Therefore, the concept ApolloniusGraphHierarchyVertexBase_2 refines the concept ApolloniusGraphVertexBase_2, by adding two vertex handles to the corresponding vertices for the next and previous level graphs
 CApolloniusGraphTraits_2
 CApolloniusGraphVertexBase_2The concept ApolloniusGraphVertexBase_2 describes the requirements for the vertex base class of the ApolloniusGraphDataStructure_2 concept. A vertex stores an Apollonius site and provides access to one of its incident faces through a Face_handle. In addition, it maintains a container of sites. The container stores the hidden sites related to the vertex
 CApolloniusSite_2The concept ApolloniusSite_2 provides the requirements for an Apollonius site class