\( \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.5 - 3D Polyhedral Surface
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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]
oNCGAL
|oCPolyhedron_3A polyhedral surface Polyhedron_3 consists of vertices V, edges E, facets F and an incidence relation on them
||oCFacetA facet optionally stores a plane equation, and a reference to an incident halfedge that points to the facet
||oCHalfedgeA 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
|oCPolyhedron_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)
|oCPolyhedron_items_3The class Polyhedron_items_3 is a model of the PolyhedronItems_3 concept
|oCPolyhedron_min_items_3The class Polyhedron_min_items_3 is a minimal model of the PolyhedronItems_3 concept
|oCPolyhedron_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
oCPolyhedronItems_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
|oCFaceThe 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