Added new clean function removing only primitives
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@707 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -174,8 +174,16 @@ public:
|
||||
|
||||
/// \name Delete items
|
||||
//@{
|
||||
/// Delete all items, i.e. clear all item containers.
|
||||
/** Delete all items, i.e. clear all item containers.
|
||||
* The properties will also be removed from the mesh
|
||||
*/
|
||||
void clear();
|
||||
|
||||
/** Delete all items, i.e. clear all item containers.
|
||||
* The properties will be kept
|
||||
*/
|
||||
void clean();
|
||||
|
||||
/** Remove all items that are marked as deleted from the
|
||||
corresponding containers.
|
||||
\note All handles (and indices) to any entity (face, vertex,
|
||||
|
||||
Reference in New Issue
Block a user