the element of the heap More...
#include <local_optimization.h>
Public Member Functions | |
| HeapElem (LocModPtrType _locModPtr) | |
| HeapElem () | |
| bool | IsUpToDate () |
| const bool | operator< (const HeapElem &h) const |
| ~HeapElem () | |
Public Attributes | |
| LocModPtrType | locModPtr |
| pointer to instance of local modifier | |
| float | pri |
the element of the heap
Definition at line 239 of file local_optimization.h.
| vcg::LocalOptimization< MeshType >::HeapElem::HeapElem | ( | ) | [inline] |
Definition at line 241 of file local_optimization.h.