/// \defgroup PkgLinearCellComplexRef Linear Cell Complex Reference /// \defgroup PkgLinearCellComplexConcepts Concepts /// \ingroup PkgLinearCellComplexRef /// \defgroup PkgLinearCellComplexClasses Classes /// \ingroup PkgLinearCellComplexRef /*! Basic constructions. */ /// \defgroup PkgLinearCellComplexConstructions Constructions for Linear Cell Complex /// \ingroup PkgLinearCellComplexRef /*! High-level operations. \code #include \endcode */ /// \defgroup PkgLinearCellComplexOperations Operations for Linear Cell Complex /// \ingroup PkgLinearCellComplexRef /*! \code #include \endcode */ /// \defgroup PkgDrawLinearCellComplex Draw a Linear Cell Complex /// \ingroup PkgLinearCellComplexRef /*! \addtogroup PkgLinearCellComplexRef \cgalPkgDescriptionBegin{Linear Cell Complex,PkgLinearCellComplex} \cgalPkgPicture{lcc_logo.png} \cgalPkgSummaryBegin \cgalPkgAuthor{Guillaume Damiand} \cgalPkgDesc{This package implements linear cell complexes, objects in d-dimension with linear geometry. The combinatorial part of objects is described either by a combinatorial or a generalized map, representing all the cells of the object plus the incidence and adjacency relations between cells. Geometry is added to the combinatorial data-structure simply by associating a point to each vertex of the map. Taking a 2D combinatorial map, and using 3D points, gives a linear cell complex equivalent to a Polyhedron_3.} \cgalPkgManuals{Chapter_Linear_Cell_Complex,PkgLinearCellComplexRef} \cgalPkgSummaryEnd \cgalPkgShortInfoBegin \cgalPkgSince{4.0} \cgalPkgDependsOn{\ref PkgCombinatorialMaps} \cgalPkgDependsOn{\ref PkgGeneralizedMaps} \cgalPkgBib{cgal:d-lcc-12} \cgalPkgLicense{\ref licensesLGPL "LGPL"} \cgalPkgDemo{3D Linear Cell Complex,linear_cell_complex_3.zip} \cgalPkgShortInfoEnd \cgalPkgDescriptionEnd \cgalClassifedRefPages \cgalCRPSection{Concepts} - `CellAttributeWithPoint` - `LinearCellComplexItems` - `LinearCellComplexTraits` - `LinearCellComplex` \cgalCRPSection{Classes} - `CGAL::Linear_cell_complex_for_combinatorial_map` - `CGAL::Linear_cell_complex_for_generalized_map` - `CGAL::Linear_cell_complex_min_items` - `CGAL::Linear_cell_complex_traits` - `CGAL::Cell_attribute_with_point` - `CGAL::Cell_attribute_with_point_and_id` - `CGAL::Linear_cell_complex` \cgalCRPSection{Global Functions} \cgalCRPSubsection{Constructions for Linear Cell Complex} - `CGAL::import_from_plane_graph` - `CGAL::import_from_triangulation_3` - `CGAL::import_from_polyhedron_3` \cgalCRPSubsection{Operations for Linear Cell Complex} - `CGAL::compute_normal_of_cell_0` - `CGAL::compute_normal_of_cell_2` \cgalCRPSubsection{Draw a Linear Cell Complex} - \link PkgDrawLinearCellComplex CGAL::draw() \endlink */