Blender V2.61 - r43446
Public Member Functions | Static Public Member Functions

CTR_UHeap< HeapType > Class Template Reference

#include <CTR_UHeap.h>

Inheritance diagram for CTR_UHeap< HeapType >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void MakeHeap (HeapType *base)
void Insert (HeapType *base, int elem)
std::vector< int > & HeapVector ()
void Remove (HeapType *base, int i)
int Top () const
void SC_Heap (HeapType *base)
 ~CTR_UHeap ()

Static Public Member Functions

static CTR_UHeapNew ()

Detailed Description

template<class HeapType>
class CTR_UHeap< HeapType >

Definition at line 101 of file CTR_UHeap.h.


Constructor & Destructor Documentation

template<class HeapType>
CTR_UHeap< HeapType >::~CTR_UHeap ( ) [inline]

Definition at line 197 of file CTR_UHeap.h.


Member Function Documentation

template<class HeapType>
std::vector<int>& CTR_UHeap< HeapType >::HeapVector ( ) [inline]

Definition at line 140 of file CTR_UHeap.h.

Referenced by LOD_ManMesh2::DeleteEdge().

template<class HeapType>
void CTR_UHeap< HeapType >::Insert ( HeapType *  base,
int  elem 
) [inline]

Definition at line 125 of file CTR_UHeap.h.

template<class HeapType>
void CTR_UHeap< HeapType >::MakeHeap ( HeapType *  base) [inline]

Definition at line 114 of file CTR_UHeap.h.

template<class HeapType>
static CTR_UHeap* CTR_UHeap< HeapType >::New ( ) [inline, static]

Definition at line 108 of file CTR_UHeap.h.

template<class HeapType>
void CTR_UHeap< HeapType >::Remove ( HeapType *  base,
int  i 
) [inline]

Definition at line 147 of file CTR_UHeap.h.

template<class HeapType>
void CTR_UHeap< HeapType >::SC_Heap ( HeapType *  base) [inline]

Definition at line 181 of file CTR_UHeap.h.

template<class HeapType>
int CTR_UHeap< HeapType >::Top ( ) const [inline]

Definition at line 173 of file CTR_UHeap.h.


The documentation for this class was generated from the following file: