21#ifndef SH_DUMMYSAMPLEVALUE_H
22#define SH_DUMMYSAMPLEVALUE_H
48 std::string
getName (
void)
const ;
UWORD16 getValue(void) const
Definition DummySampleValue.h:33
SampleValue * getNearestTargetSampleValue(EmbValue t) const
Definition DummySampleValue.cc:40
bool isNeighbour(const SampleValue *s) const
Definition DummySampleValue.cc:32
UWORD16 Value
Definition DummySampleValue.h:51
std::string getName(void) const
Definition DummySampleValue.cc:61
UWORD32 calcDistance(const SampleValue *s) const
Definition DummySampleValue.cc:26
DummySampleValue(UWORD16 v)
Definition DummySampleValue.h:29
the value of a sample in a CvrStgFile
Definition SampleValue.h:61
EmbValue EValue
the bit that is embedded in this sample value - must be set in constructor of derived class
Definition SampleValue.h:134
UWORD32 Key
the key of this sample value - must be different for two different sample values - must be set in con...
Definition SampleValue.h:137
SampleValue(void)
Definition SampleValue.cc:25
unsigned long UWORD32
Definition common.h:45
unsigned short UWORD16
Definition common.h:46
BYTE EmbValue
Definition common.h:66