This commit is contained in:
Jane Tournois 2015-03-04 11:41:02 +01:00
parent 6af7aaeebb
commit e173ca8a1f
1 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@
## Other Classes and Functions ##
- `CGAL::Polygon_mesh_slicer`
- `CGAL::Polygon_Mesh_processing::keep_largest_connected_components()`
- `CGAL::Polygon_Mesh_processing::connected_component()`
- `CGAL::Polygon_Mesh_processing::connected_components()`
- `CGAL::Polygon_mesh_processing::keep_largest_connected_components()`
- `CGAL::Polygon_mesh_processing::connected_component()`
- `CGAL::Polygon_mesh_processing::connected_components()`
\todo remove FairWeightCalculator and replace it by a property map. Note that the default property map should be documented
\todo make template parameter names uniform in other packages using BGL. Here we chose PolygonMesh as template parameter.