mirror of https://github.com/CGAL/cgal
add a warning
This commit is contained in:
parent
e806a25861
commit
1f8cf134da
|
|
@ -1240,6 +1240,8 @@ volume_connected_components(const TriangleMesh& tm,
|
||||||
*
|
*
|
||||||
* @pre `CGAL::is_closed(tm)`
|
* @pre `CGAL::is_closed(tm)`
|
||||||
*
|
*
|
||||||
|
* @attention if `tm` is self-intersecting the behavior of this function is undefined.
|
||||||
|
*
|
||||||
* \cgalNamedParamsBegin
|
* \cgalNamedParamsBegin
|
||||||
* \cgalParamNBegin{vertex_point_map}
|
* \cgalParamNBegin{vertex_point_map}
|
||||||
* \cgalParamDescription{a property map associating points to the vertices of `tm`}
|
* \cgalParamDescription{a property map associating points to the vertices of `tm`}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue