mirror of https://github.com/CGAL/cgal
Address doxygen warnings
This commit is contained in:
parent
9b794b2fa4
commit
c84f5c1ee5
|
|
@ -550,7 +550,7 @@ For a query segment or triangle the algorithms checks if the query is completely
|
|||
The details of how to check this covering can be found in the paper.
|
||||
|
||||
The polyhedral envelope containment check is used by the class `Surface_mesh_simplification::Polyhedral_envelope_filter`
|
||||
of the package \refPkgSurfaceMeshSimplification, in order to simplify a triangle mesh within a given tolerance.
|
||||
of the package \ref PkgSurfaceMeshSimplification, in order to simplify a triangle mesh within a given tolerance.
|
||||
|
||||
|
||||
\subsubsection PolyhedralEnvelopeExample Polyhedral Envelope Example
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/*!
|
||||
|
||||
\example Polygon_mesh_processing/polyhedral_envelope.cpp
|
||||
\example Polygon_mesh_processing/self_intersections_example.cpp
|
||||
\example Polygon_mesh_processing/hole_filling_example.cpp
|
||||
\example Polygon_mesh_processing/hole_filling_example_SM.cpp
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ public:
|
|||
/*!
|
||||
Constructor
|
||||
|
||||
\param get_filter is the filter that will be filtered.
|
||||
\param dist is the parameter given to the polyhedral envelope
|
||||
\param filter is the filter that will be filtered.
|
||||
*/
|
||||
Polyhedral_envelope_filter(const FT& dist, const Filter& filter);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue