mirror of https://github.com/CGAL/cgal
Typo
This commit is contained in:
parent
20979072cb
commit
12f8efdba0
|
|
@ -37,7 +37,7 @@ Note that the dimension of the combinatorial \tred{or the generalized} map <I>d<
|
|||
|
||||
\section Linear_cell_complexSoftware Software Design
|
||||
|
||||
\tred{The diagram in \cgalFigureRef{fig_lcc_diagramme_class} shows the main classes of the package. `Linear_cell_complex` is the main class if you use combinatorial maps as combinatorial data-structure, and `GMap_linear_cell_complex` is the main class if you use generalized maps as combinatorial data-structure (see Section \ref sseclinearcellcomplex). `Linear_cell_complex` inherits from the `Combinatorial_map` class and `GMap_linear_cell_complex` inherits from the `Generalized_map` class.} Attributes can be associated to some cells of the linear cell complex thanks to an items class (see Section \ref sseclccitem "Linear Cell Complex Items"), which defines the dart type and the attributes types. These types may be different for different dimensions of cells, and they may also be void. In the class `Linear_cell_complex`, it is required that specific attributes are associated to all vertices of the \tred{combinatorial or generalized} map. These attributes must contain a point (a model of (a model of \link Kernel::Point_2 `Point_2`\endlink or \link Kernel::Point_3 `Point_3`\endlink or \link Kernel_d::Point_d `Point_d`\endlink), and can be represented by instances of class `Cell_attribute_with_point` (see Section \ref ssecattributewp "Cell Attributes").
|
||||
\tred{The diagram in \cgalFigureRef{fig_lcc_diagramme_class} shows the main classes of the package. `Linear_cell_complex` is the main class if you use combinatorial maps as combinatorial data-structure, and `GMap_linear_cell_complex` is the main class if you use generalized maps as combinatorial data-structure (see Section \ref sseclinearcellcomplex). `Linear_cell_complex` inherits from the `Combinatorial_map` class and `GMap_linear_cell_complex` inherits from the `Generalized_map` class.} Attributes can be associated to some cells of the linear cell complex thanks to an items class (see Section \ref sseclccitem "Linear Cell Complex Items"), which defines the dart type and the attributes types. These types may be different for different dimensions of cells, and they may also be void. In the class `Linear_cell_complex`, it is required that specific attributes are associated to all vertices of the \tred{combinatorial or generalized} map. These attributes must contain a point (a model of \link Kernel::Point_2 `Point_2`\endlink or \link Kernel::Point_3 `Point_3`\endlink or \link Kernel_d::Point_d `Point_d`\endlink), and can be represented by instances of class `Cell_attribute_with_point` (see Section \ref ssecattributewp "Cell Attributes").
|
||||
|
||||
\cgalFigureBegin{fig_lcc_diagramme_class,lcc_diagramme_class.svg}
|
||||
UML diagram of the main classes of the package. Gray elements come from the \ref ChapterCombinatorialMap "Combinatorial maps" \tred{and \ref ChapterGeneralizedMap "Generalized maps"} packages.
|
||||
|
|
|
|||
Loading…
Reference in New Issue