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 | |
CCell_attribute_with_point | The class Cell_attribute_with_point represents an attribute containing a point and containing an information when Info_ is different from void |
CCell_attribute_with_point_and_id | The class Cell_attribute_with_point_and_id represents an attribute containing a point, containing an information when Info_ is different from void , and having an id |
CLinear_cell_complex_for_combinatorial_map | The class Linear_cell_complex_for_combinatorial_map represents a linear cell complex in dimension d , in an ambient space of dimension d2 , using a combinatorial map as underlying combinatorial data-structure |
CLinear_cell_complex_for_generalized_map | The class Linear_cell_complex_for_generalized_map represents a linear cell complex in dimension d , in an ambient space of dimension d2 , using a generalized map as underlying combinatorial data-structure |
CLinear_cell_complex_incremental_builder_3 | The auxiliary class Linear_cell_complex_incremental_builder_3 supports the incremental construction of linear cell complexes |
CLinear_cell_complex_min_items | The class Linear_cell_complex_min_items defines void as the information associated with darts, and the attributes used |
CLinear_cell_complex_traits | This geometric traits concept is used in the Linear_cell_complex_for_combinatorial_map and Linear_cell_complex_for_generalized_map classes |
CCellAttributeWithPoint | The concept CellAttributeWithPoint is a refinement of the CellAttribute concept, to represent a cell attribute containing a point |
CLinearCellComplex | The concept LinearCellComplex represents a linear cell complex in dimension d , in an ambient space of dimension d2 . This is a model of the concept of GenericMap adding a requirement to ensure that each vertex of the map is associated with a model of CellAttributeWithPoint |
CLinearCellComplexItems | The concept LinearCellComplexItems refines the concept of GenericMapItems by adding the requirement that 0-attributes are enabled, and associated with attributes that are models of the CellAttributeWithPoint concept |
CLinearCellComplexTraits | Required types and functors for the LinearCellComplexTraits concept. This geometric traits concept is used in the Linear_cell_complex_for_combinatorial_map and Linear_cell_complex_for_generalized_map classes |