Corrected doc to avoid doxygen warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@236 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -454,7 +454,7 @@ public:
|
|||||||
|
|
||||||
\attention A halfedge collapse may lead to topological inconsistencies.
|
\attention A halfedge collapse may lead to topological inconsistencies.
|
||||||
Therefore you should check this using is_collapse_ok().
|
Therefore you should check this using is_collapse_ok().
|
||||||
\TODO: implement is_collapse_ok() const for polygonal/triangle meshes
|
TODO: implement is_collapse_ok() const for polygonal/triangle meshes
|
||||||
*/
|
*/
|
||||||
void collapse(HalfedgeHandle _heh);
|
void collapse(HalfedgeHandle _heh);
|
||||||
/** return true if the this the only link between the faces adjacent to _eh.
|
/** return true if the this the only link between the faces adjacent to _eh.
|
||||||
@@ -471,7 +471,7 @@ public:
|
|||||||
adjacent faces are set deleted. The handle of the remaining face is
|
adjacent faces are set deleted. The handle of the remaining face is
|
||||||
returned (InvalidFaceHandle is returned if _eh is a boundary edge).
|
returned (InvalidFaceHandle is returned if _eh is a boundary edge).
|
||||||
|
|
||||||
\precondition is_simple_link(_eh). This ensures that there are no hole faces
|
Precondition is_simple_link(_eh). This ensures that there are no hole faces
|
||||||
or isolated vertices appearing in result of the operation.
|
or isolated vertices appearing in result of the operation.
|
||||||
|
|
||||||
\attention Needs the Attributes::Status attribute for edges and faces.
|
\attention Needs the Attributes::Status attribute for edges and faces.
|
||||||
|
|||||||
Reference in New Issue
Block a user