![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/config/aimsalgo_config.h>
#include <aims/compression/lzhl.h>
#include <aims/def/general.h>
#include <aims/def/assert.h>
Go to the source code of this file.
Classes | |
struct | HuffStatTmpStruct |
class | HuffStat |
class | LZHLEncoderStat |
struct | LZHLEncoderStat::Symbol |
class | LZHLEncoder |
class | LZHLDecoderStat |
struct | LZHLDecoderStat::Group |
Macros | |
#define | NHUFFSYMBOLS ( 256 + 16 + 2 ) |
#define NHUFFSYMBOLS ( 256 + 16 + 2 ) |
Definition at line 44 of file huffman.h.
Referenced by LZHLEncoder::~LZHLEncoder().