mirror of https://github.com/CGAL/cgal
improve doc
This commit is contained in:
parent
cdf00e7532
commit
ec19e1ca12
|
|
@ -2264,8 +2264,12 @@ private: //------------------------------------------------------- private data
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// \relates Surface_mesh
|
/// \relates Surface_mesh
|
||||||
/// Inserts `other` into `sm`. Only the incidence information is transfered.
|
/// Inserts `other` into `sm`.
|
||||||
/// \note Removed elements of `sm` are not reused.
|
/// Shifts the indices of vertices of `other` by `sm.number_of_vertices() + sm.number_of_removed_vertices()`
|
||||||
|
/// and analoguously for halfedges, edges, and faces.
|
||||||
|
/// Copies entries of all property maps which have the same name in `sm` and `other`.
|
||||||
|
/// that is, property maps which are only in `other` are ignored.
|
||||||
|
/// Also copies elements which are marked as removed, and concatenates the freelists of sm and other.
|
||||||
|
|
||||||
template <typename P>
|
template <typename P>
|
||||||
Surface_mesh<P>& operator+=(Surface_mesh<P>& sm, const Surface_mesh<P>& other)
|
Surface_mesh<P>& operator+=(Surface_mesh<P>& sm, const Surface_mesh<P>& other)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue