Updated docu for garbage collection
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@615 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -178,6 +178,9 @@ public:
|
|||||||
void clear();
|
void clear();
|
||||||
/** Remove all items that are marked as deleted from the
|
/** Remove all items that are marked as deleted from the
|
||||||
corresponding containers.
|
corresponding containers.
|
||||||
|
\note All handles (and indices) to any entity (face, vertex,
|
||||||
|
edge, halfedge) created before garbage collection
|
||||||
|
will be out of sync with the mesh, do not use them anymore!
|
||||||
\note Needs the Attributes::Status attribute
|
\note Needs the Attributes::Status attribute
|
||||||
\note This function may not be implemented for all kernels.
|
\note This function may not be implemented for all kernels.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user