Skip to content

Commit

Permalink
removed tabs
Browse files Browse the repository at this point in the history
fixed doc links
  • Loading branch information
soesau committed Nov 14, 2023
1 parent 2c007be commit 80fc42b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The concept `KineticLCCFaceAttribute` refines `CellAttribute` to store additional information for each face related to its associated input polygon.
\cgalHasModelsBegin
\cgalHasModelsBare{\link Cell_attribute `Cell_attribute<LCC, CGAL::Kinetic_shape_partition_3::Linear_cell_complex_min_items::Face_attribute>`\endlink}
\cgalHasModelsBare{\link CGAL::Cell_attribute `Cell_attribute<LCC, CGAL::Kinetic_shape_partition_3::Linear_cell_complex_min_items::Face_attribute>`\endlink}
\cgalHasModelsEnd
\sa `CGAL::Kinetic_shape_partition_3`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The concept `KineticLCCVolumeAttribute` refines `CellAttribute` to store the barycenter and an id.
\cgalHasModelsBegin
\cgalHasModelsBare{`Cell_attribute<LCC, CGAL::Kinetic_shape_partition_3::Linear_cell_complex_min_items::Volume_attribute>`}
\cgalHasModelsBare{\link CGAL::Cell_attribute `Cell_attribute<LCC, CGAL::Kinetic_shape_partition_3::Linear_cell_complex_min_items::Volume_attribute>`\endlink}
\cgalHasModelsEnd
\sa `CGAL::Kinetic_shape_partition_3`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ namespace CGAL {
/*!
* \ingroup PkgKineticShapePartitionRef
\brief creates the kinetic partition of the bounding box of the polygons given as input data. Use `Kinetic_shape_partition_3()`
to create an empty object, `insert()` to provide input data and `initialize()` to prepare the partition or use \link Kinetic_shape_partition_3::Kinetic_shape_partition_3()
`Kinetic_shape_partition_3(const InputRange&, const PolygonRange&, const NamedParameters)` \endlink .
to create an empty object, `insert()` to provide input data and `initialize()` to prepare the partition or use \link CGAL::Kinetic_shape_partition_3::Kinetic_shape_partition_3()
`Kinetic_shape_partition_3(const InputRange&, const PolygonRange&, const NamedParameters)`\endlink .
\tparam GeomTraits
must be a model of `KineticShapePartitionTraits_3`.
Expand Down Expand Up @@ -824,7 +824,7 @@ class Kinetic_shape_partition_3 {
}

/*!
\brief Exports the kinetic partition into a `Linear_cell_complex_for_combinatorial_map<3, 3>` using a model of `KineticLCCItems` as items, e.g., `Linear_cell_complex_min_items`.
\brief Exports the kinetic partition into a `Linear_cell_complex_for_combinatorial_map<3, 3>` using a model of `KineticLCCItems` as items, e.g., `Kinetic_shape_partition_3::Linear_cell_complex_min_items`.
Volume and face attributes defined in the model `KineticLCCItems` are filled. The volume index is in the range [0, number of volumes -1]
Expand Down Expand Up @@ -2240,7 +2240,7 @@ class Kinetic_shape_partition_3 {
collect_faces(idx, 5, faces, plane);
break;
}

return;
}
else {
Expand Down Expand Up @@ -2939,7 +2939,7 @@ class Kinetic_shape_partition_3 {
faces(volume, std::back_inserter(faces_of_volume));

int starting_volume = volume;

Index portal = Index(-1, -1);
std::size_t idx, idx2;
auto p = find_portal(volume, -7, c[f][e].vA, c[f][e].vB, idx);
Expand Down

0 comments on commit 80fc42b

Please sign in to comment.