Go to the source code of this file.
|
| void | gft::Heap_lex::SetRemovalPolicy (Heap_lex *H, char policy) |
| |
| char | gft::Heap_lex::IsFull (Heap_lex *H) |
| |
| char | gft::Heap_lex::IsEmpty (Heap_lex *H) |
| |
| Heap_lex * | gft::Heap_lex::Create (int n, float *cost1, float *cost2) |
| |
| void | gft::Heap_lex::Destroy (Heap_lex **H) |
| |
| char | gft::Heap_lex::Insert (Heap_lex *H, int pixel) |
| |
| char | gft::Heap_lex::Remove (Heap_lex *H, int *pixel) |
| |
| void | gft::Heap_lex::Update (Heap_lex *H, int p, float value1, float value2) |
| |
| void | gft::Heap_lex::GoUp (Heap_lex *H, int i) |
| |
| void | gft::Heap_lex::GoDown (Heap_lex *H, int i) |
| |
| void | gft::Heap_lex::Reset (Heap_lex *H) |
| |