Developer Documentation
|
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh>
Public Member Functions | |
VHierarchyNodeHandle (int _idx=-1) | |
![]() | |
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) |
Handle for vertex hierarchy nodes
Definition at line 77 of file VHierarchyNode.hh.
|
inlineexplicit |
Definition at line 79 of file VHierarchyNode.hh.