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 123]
▼NCGAL | |
▼CPolyhedron_3 | A polyhedral surface Polyhedron_3 consists of vertices V , edges E , facets F and an incidence relation on them |
CFacet | A facet optionally stores a plane equation, and a reference to an incident halfedge that points to the facet |
CHalfedge | A halfedge is an oriented edge between two vertices |
CVertex | A vertex optionally stores a point and a reference to an incident halfedge that points to the vertex |
CPolyhedron_incremental_builder_3 | The auxiliary class Polyhedron_incremental_builder_3 supports the incremental construction of polyhedral surfaces, which is for example convenient when constructing polyhedral surfaces from file formats, such as the Object File Format (OFF) [5], OpenInventor [7] or VRML [1], [6] |
CPolyhedron_items_3 | The class Polyhedron_items_3 is a model of the PolyhedronItems_3 concept |
CPolyhedron_min_items_3 | The class Polyhedron_min_items_3 is a minimal model of the PolyhedronItems_3 concept |
CPolyhedron_traits_3 | The class Polyhedron_traits_3 is a model of the PolyhedronTraits_3 concept |
CPolyhedron_traits_with_normals_3 | The class Polyhedron_traits_with_normals_3 is a model of the PolyhedronTraits_3 concept |
▼CPolyhedronItems_3 | The PolyhedronItems_3 concept refines the HalfedgeDSItems concept. In addition to the requirements stated there, a model for this concept must fulfill the following requirements for the local PolyhedronItems_3::Vertex_wrapper<Refs,Traits>::Vertex type and PolyhedronItems_3::Face_wrapper<Refs,Traits>::Face type in order to support the point for vertices and the optional plane equation for facets. Note that the items class uses face instead of facet. Only the polyhedral surface renames faces to facets |
CFace | The PolyhedronItems_3::Face concept refines the HalfedgeDSItems::Face concept. This concept adds the requirement for the support of the geometry |
CVertex | The PolyhedronItems_3::Vertex concept refines the HalfedgeDSItems::Vertex concept. This concept adds the requirement for the support of the geometry |
CPolyhedronTraits_3 | Required types and member functions for the PolyhedronTraits_3 concept. This geometric traits concept is used in the polyhedral surface data structure CGAL::Polyhedron_3<Traits> . Any CGAL kernel is a model of this concept and can be used directly as template argument |