Updated collapse documentation
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@569 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -611,12 +611,13 @@ public:
|
||||
\attention Needs vertex/edge/face status attribute in order to
|
||||
delete the items that degenerate.
|
||||
|
||||
\note The from vertex is marked as deleted while the to vertex will still exist.
|
||||
|
||||
\note This function does not perform a garbage collection. It
|
||||
only marks degenerate items as deleted.
|
||||
|
||||
\attention A halfedge collapse may lead to topological inconsistencies.
|
||||
Therefore you should check this using is_collapse_ok().
|
||||
\todo Implement is_collapse_ok() const for polygonal/triangle meshes
|
||||
*/
|
||||
void collapse(HalfedgeHandle _heh);
|
||||
/** return true if the this the only link between the faces adjacent to _eh.
|
||||
|
||||
Reference in New Issue
Block a user