![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/compression/huffman.h>


Classes | |
| struct | Symbol |
Public Member Functions | |
| LZHLEncoderStat () | |
| ~LZHLEncoderStat () | |
| void | calcStat (int *groups) |
Public Member Functions inherited from HuffStat | |
| HuffStat () | |
| ~HuffStat () | |
Public Attributes | |
| int | nextStat |
| Symbol * | symbolTable |
Public Attributes inherited from HuffStat | |
| short * | stat |
Additional Inherited Members | |
Protected Member Functions inherited from HuffStat | |
| int | _makeSortedTmp (HuffStatTmpStruct *) |
| LZHLEncoderStat::LZHLEncoderStat | ( | ) |
| LZHLEncoderStat::~LZHLEncoderStat | ( | ) |
| void LZHLEncoderStat::calcStat | ( | int * | groups | ) |
| Symbol* LZHLEncoderStat::symbolTable |
Definition at line 89 of file huffman.h.
Referenced by LZHLEncoder::~LZHLEncoder().