|
| SmartHalfedgeHandle (int _idx=-1, const PolyConnectivity *_mesh=nullptr) |
|
SmartHalfedgeHandle | next () const |
| Returns next halfedge handle. More...
|
|
SmartHalfedgeHandle | prev () const |
| Returns previous halfedge handle. More...
|
|
SmartHalfedgeHandle | opp () const |
| Returns opposite halfedge handle. More...
|
|
SmartVertexHandle | to () const |
| Returns vertex pointed to by halfedge. More...
|
|
SmartVertexHandle | from () const |
| Returns vertex at start of halfedge. More...
|
|
SmartEdgeHandle | edge () const |
| Returns incident edge of halfedge. More...
|
|
SmartFaceHandle | face () const |
| Returns incident face of halfedge. More...
|
|
PolyConnectivity::ConstHalfedgeLoopRange | loop () const |
| Returns a range of halfedges in the face of the halfedge (or along the boundary) (PolyConnectivity::hl_range()) More...
|
|
PolyConnectivity::ConstHalfedgeLoopCWRange | loop_cw () const |
| Returns a range of halfedges in the face of the halfedge (or along the boundary) (PolyConnectivity::hl_cw_range()) More...
|
|
PolyConnectivity::ConstHalfedgeLoopCCWRange | loop_ccw () const |
| Returns a range of halfedges in the face of the halfedge (or along the boundary) (PolyConnectivity::hl_ccw_range()) More...
|
|
Public Member Functions inherited from OpenMesh::SmartBaseHandle |
| SmartBaseHandle (const PolyConnectivity *_mesh=nullptr) |
|
const PolyConnectivity * | mesh () const |
| Get the underlying mesh of this handle. More...
|
|
Public Member Functions inherited from OpenMesh::HalfedgeHandle |
| HalfedgeHandle (int _idx=-1) |
|
Public Member Functions inherited from OpenMesh::BaseHandle |
| BaseHandle (int _idx=-1) |
|
int | idx () const |
| Get the underlying index of this handle. More...
|
|
bool | is_valid () const |
| The handle is valid iff the index is not negative. More...
|
|
void | reset () |
| reset handle to be invalid More...
|
|
void | invalidate () |
| reset handle to be invalid More...
|
|
bool | operator== (const BaseHandle &_rhs) const |
|
bool | operator!= (const BaseHandle &_rhs) const |
|
bool | operator< (const BaseHandle &_rhs) const |
|
void | __increment () |
|
void | __decrement () |
|
void | __increment (int amount) |
|
void | __decrement (int amount) |
|
Public Member Functions inherited from OpenMesh::SmartHandleStatusPredicates< SmartHalfedgeHandle > |
bool | feature () const |
| Returns true iff the handle is marked as feature. More...
|
|
bool | selected () const |
| Returns true iff the handle is marked as selected. More...
|
|
bool | tagged () const |
| Returns true iff the handle is marked as tagged. More...
|
|
bool | tagged2 () const |
| Returns true iff the handle is marked as tagged2. More...
|
|
bool | locked () const |
| Returns true iff the handle is marked as locked. More...
|
|
bool | hidden () const |
| Returns true iff the handle is marked as hidden. More...
|
|
bool | deleted () const |
| Returns true iff the handle is marked as deleted. More...
|
|
Public Member Functions inherited from OpenMesh::SmartHandleBoundaryPredicate< SmartHalfedgeHandle > |
bool | is_boundary () const |
| Returns true iff the handle is boundary. More...
|
|