Blender  V2.59
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 103 of file CTR_UHeap.h.


Constructor & Destructor Documentation

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

Definition at line 199 of file CTR_UHeap.h.


Member Function Documentation

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

Definition at line 142 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 127 of file CTR_UHeap.h.

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

Definition at line 116 of file CTR_UHeap.h.

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

Definition at line 110 of file CTR_UHeap.h.

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

Definition at line 149 of file CTR_UHeap.h.

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

Definition at line 183 of file CTR_UHeap.h.

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

Definition at line 175 of file CTR_UHeap.h.


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