aimsalgo  5.1.2
Neuroimaging image processing
LZHLEncoderStat Class Reference

#include <aims/compression/huffman.h>

Inheritance diagram for LZHLEncoderStat:
Collaboration diagram for LZHLEncoderStat:

Classes

struct  Symbol
 

Public Member Functions

 LZHLEncoderStat ()
 
 ~LZHLEncoderStat ()
 
void calcStat (int *groups)
 
- Public Member Functions inherited from HuffStat
 HuffStat ()
 
 ~HuffStat ()
 

Public Attributes

int nextStat
 
SymbolsymbolTable
 
- Public Attributes inherited from HuffStat
short * stat
 

Additional Inherited Members

- Protected Member Functions inherited from HuffStat
int _makeSortedTmp (HuffStatTmpStruct *)
 

Detailed Description

Definition at line 81 of file huffman.h.

Constructor & Destructor Documentation

◆ LZHLEncoderStat()

LZHLEncoderStat::LZHLEncoderStat ( )

◆ ~LZHLEncoderStat()

LZHLEncoderStat::~LZHLEncoderStat ( )

Member Function Documentation

◆ calcStat()

void LZHLEncoderStat::calcStat ( int *  groups)

Member Data Documentation

◆ nextStat

int LZHLEncoderStat::nextStat

Definition at line 88 of file huffman.h.

◆ symbolTable

Symbol* LZHLEncoderStat::symbolTable

Definition at line 89 of file huffman.h.


The documentation for this class was generated from the following file: