CGAL 6.0.1 - 3D Polyhedral Surface
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 123]
 NCGAL
 CPolyhedron_3A polyhedral surface Polyhedron_3 consists of vertices V, edges E, facets F and an incidence relation on them
 CFacetA facet optionally stores a plane equation, and a reference to an incident halfedge that points to the facet
 CHalfedgeA halfedge is an oriented edge between two vertices
 CVertexA vertex optionally stores a point and a reference to an incident halfedge that points to the vertex
 CPolyhedron_incremental_builder_3The 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_3The class Polyhedron_items_3 is a model of the PolyhedronItems_3 concept
 CPolyhedron_min_items_3The class Polyhedron_min_items_3 is a minimal model of the PolyhedronItems_3 concept
 CPolyhedron_traits_3The class Polyhedron_traits_3 is a model of the PolyhedronTraits_3 concept
 CPolyhedron_traits_with_normals_3The class Polyhedron_traits_with_normals_3 is a model of the PolyhedronTraits_3 concept
 CPolyhedronItems_3The 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
 CFaceThe PolyhedronItems_3::Face concept refines the HalfedgeDSItems::Face concept. This concept adds the requirement for the support of the geometry
 CVertexThe PolyhedronItems_3::Vertex concept refines the HalfedgeDSItems::Vertex concept. This concept adds the requirement for the support of the geometry
 CPolyhedronTraits_3Required 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