|
Developer Documentation
|
#include <libs_required/OpenMesh/src/OpenMesh/Tools/VDPM/VFront.hh>
Public Member Functions | |
| void | clear () |
| void | begin () |
| bool | end () |
| void | next () |
| int | size () |
| VHierarchyNodeHandle | node_handle () |
| void | add (VHierarchyNodeHandle _node_handle) |
| void | remove (VHierarchyNodeHandle _node_handle) |
| bool | is_active (VHierarchyNodeHandle _node_handle) |
| void | init (VHierarchyNodeHandleContainer &_roots, unsigned int _n_details) |
Private Types | |
| enum | VHierarchyNodeStatus { kSplit, kActive, kCollapse } |
|
typedef VHierarchyNodeHandleList::iterator | VHierarchyNodeHandleListIter |
Private Attributes | |
| VHierarchyNodeHandleList | front_ |
| VHierarchyNodeHandleListIter | front_it_ |
|
std::vector < VHierarchyNodeHandleListIter > | front_location_ |
Active nodes in vertex hierarchy.