Tried to fix documentation
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@772 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -579,9 +579,11 @@ public:
|
|||||||
{ return ConstFaceFaceIter(*this, _fh, true); }
|
{ return ConstFaceFaceIter(*this, _fh, true); }
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
/** \name Boundary and manifold tests
|
|
||||||
*/
|
//===========================================================================
|
||||||
//@{
|
/** @name Boundary and manifold tests
|
||||||
|
* @{ */
|
||||||
|
//===========================================================================
|
||||||
|
|
||||||
/** \brief Check if the halfedge is at the boundary
|
/** \brief Check if the halfedge is at the boundary
|
||||||
*
|
*
|
||||||
@@ -596,7 +598,7 @@ public:
|
|||||||
/** \brief Is the edge a boundary edge?
|
/** \brief Is the edge a boundary edge?
|
||||||
*
|
*
|
||||||
* Checks it the edge _eh is a boundary edge, i.e. is one of its halfedges
|
* Checks it the edge _eh is a boundary edge, i.e. is one of its halfedges
|
||||||
* is a boundary halfedge.
|
* a boundary halfedge.
|
||||||
*
|
*
|
||||||
* @param _eh Edge handle to test
|
* @param _eh Edge handle to test
|
||||||
* @return boundary?
|
* @return boundary?
|
||||||
@@ -647,7 +649,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool is_manifold(VertexHandle _vh) const;
|
bool is_manifold(VertexHandle _vh) const;
|
||||||
|
|
||||||
//@}
|
/** @} */
|
||||||
|
|
||||||
// --- shortcuts ---
|
// --- shortcuts ---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user