Developer Documentation
|
Heap interface. More...
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/Decimater/DecimaterT.hh>
Public Member Functions | |
HeapInterface (Mesh &_mesh, VPropHandleT< float > _prio, VPropHandleT< int > _pos) | |
bool | less (VertexHandle _vh0, VertexHandle _vh1) |
bool | greater (VertexHandle _vh0, VertexHandle _vh1) |
int | get_heap_position (VertexHandle _vh) |
void | set_heap_position (VertexHandle _vh, int _pos) |
Private Attributes | |
Mesh & | mesh_ |
VPropHandleT< float > | prio_ |
VPropHandleT< int > | pos_ |
Heap interface.
Definition at line 148 of file DecimaterT.hh.
|
inline |
Definition at line 152 of file DecimaterT.hh.
|
inline |
Definition at line 167 of file DecimaterT.hh.
|
inline |
Definition at line 163 of file DecimaterT.hh.
|
inline |
Definition at line 159 of file DecimaterT.hh.
|
inline |
Definition at line 171 of file DecimaterT.hh.
|
private |
Definition at line 176 of file DecimaterT.hh.
|
private |
Definition at line 178 of file DecimaterT.hh.
|
private |
Definition at line 177 of file DecimaterT.hh.