|
Blender
V2.59
|
#include <CTR_UHeap.h>

Public Member Functions | |
| int & | HeapPos () |
| float & | HeapKey () |
| const float & | HeapKey () const |
| const int & | HeapPos () const |
Protected Member Functions | |
| CTR_UHeapable () | |
| ~CTR_UHeapable () | |
Definition at line 56 of file CTR_UHeap.h.
| CTR_UHeapable::CTR_UHeapable | ( | ) | [inline, protected] |
Definition at line 91 of file CTR_UHeap.h.
| CTR_UHeapable::~CTR_UHeapable | ( | ) | [inline, protected] |
Definition at line 97 of file CTR_UHeap.h.
| float& CTR_UHeapable::HeapKey | ( | ) | [inline] |
Definition at line 65 of file CTR_UHeap.h.
Referenced by LOD_QuadricEditor::BuildQuadrics(), LOD_QuadricEditor::ComputeEdgeCosts(), LOD_NdQuadricEditor::InitializeHeapKeys(), and CTR_UHeap< LOD_Edge >::SC_Heap().
| const float& CTR_UHeapable::HeapKey | ( | ) | const [inline] |
Definition at line 72 of file CTR_UHeap.h.
| int& CTR_UHeapable::HeapPos | ( | ) | [inline] |
Definition at line 60 of file CTR_UHeap.h.
Referenced by CTR_UHeap< LOD_Edge >::SC_Heap().
| const int& CTR_UHeapable::HeapPos | ( | ) | const [inline] |
Definition at line 79 of file CTR_UHeap.h.