|
Developer Documentation
|
#include <libs_required/OpenMesh/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh>
Public Member Functions | |
| VHierarchyNodeIndex (unsigned int _value) | |
| VHierarchyNodeIndex (const VHierarchyNodeIndex &_other) | |
| VHierarchyNodeIndex (unsigned int _tree_id, unsigned int _node_id, unsigned short _tree_id_bits) | |
| bool | is_valid (unsigned short _tree_id_bits) const |
| unsigned int | tree_id (unsigned short _tree_id_bits) const |
| unsigned int | node_id (unsigned short _tree_id_bits) const |
| bool | operator< (const VHierarchyNodeIndex &other) const |
| unsigned int | value () const |
Static Public Attributes | |
| static const VHierarchyNodeIndex | InvalidIndex = VHierarchyNodeIndex() |
Private Attributes | |
| unsigned int | value_ |
Index of vertex hierarchy node
Definition at line 78 of file VHierarchyNodeIndex.hh.