mirror of https://github.com/CGAL/cgal
Clarify that empty() does not clean garbage or remove property maps
This commit is contained in:
parent
34a9756836
commit
7a2e5412e9
|
|
@ -945,6 +945,9 @@ void swap_edges(const typename boost::graph_traits<FaceGraph>::halfedge_descript
|
||||||
* \link MutableHalfedgeGraph `remove_edge()`\endlink, and
|
* \link MutableHalfedgeGraph `remove_edge()`\endlink, and
|
||||||
* \link MutableFaceGraph `remove_face()`\endlink, for each vertex, edge, and face.
|
* \link MutableFaceGraph `remove_face()`\endlink, for each vertex, edge, and face.
|
||||||
*
|
*
|
||||||
|
* @warning This function does not perform anything more than what is advertised above. It is
|
||||||
|
* up to the user to e.g. clean garbage or remove internal property maps (if relevant, and desired).
|
||||||
|
*
|
||||||
* @tparam FaceGraph model of `MutableHalfedgeGraph` and `MutableFaceGraph`
|
* @tparam FaceGraph model of `MutableHalfedgeGraph` and `MutableFaceGraph`
|
||||||
*
|
*
|
||||||
* @param g the graph to empty
|
* @param g the graph to empty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue