|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | exit () |
| BITTREE * | makeTree (BITTREE *start, uint32 size, uint32 bit) |
| void | initBlock () |
| void | freeTree (BITTREE *p) |
| void | dumpTree (BITTREE *p, int top) |
| void | freeAllTrees () |
Variables | |
| BITTREE * | encodeTrees [MAXCODES] |
| void exit | ( | ) |
Definition at line 105 of file initBlock.cpp.
| void initBlock | ( | ) |
Definition at line 130 of file initBlock.cpp.
| void freeTree | ( | BITTREE * | p | ) |
Definition at line 182 of file initBlock.cpp.
| void dumpTree | ( | BITTREE * | p, | |
| int | top | |||
| ) |
Definition at line 189 of file initBlock.cpp.
| void freeAllTrees | ( | ) |
Definition at line 198 of file initBlock.cpp.
| BITTREE* encodeTrees[MAXCODES] |
Definition at line 59 of file initBlock.cpp.