USGS

Isis 3.0 Application Source Code Reference

Home

initBlock.cpp File Reference

Go to the source code of this file.

Functions

void exit ()
BITTREEmakeTree (BITTREE *start, uint32 size, uint32 bit)
void initBlock ()
void freeTree (BITTREE *p)
void dumpTree (BITTREE *p, int top)
void freeAllTrees ()

Variables

BITTREEencodeTrees [MAXCODES]

Function Documentation

void exit (  ) 
BITTREE* makeTree ( BITTREE start,
uint32  size,
uint32  bit 
)

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.


Variable Documentation

BITTREE* encodeTrees[MAXCODES]

Definition at line 59 of file initBlock.cpp.