21 #ifndef SH_DUMMYSAMPLEVALUE_H 22 #define SH_DUMMYSAMPLEVALUE_H 48 std::string
getName (
void)
const ;
54 #endif // ndef SH_DUMMYSAMPLEVALUE_H DummySampleValue(UWORD16 v)
Definition: DummySampleValue.h:29
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
Definition: DummySampleValue.h:27
UWORD16 getValue(void) const
Definition: DummySampleValue.h:33
SampleValue * getNearestTargetSampleValue(EmbValue t) const
Definition: DummySampleValue.cc:40
the value of a sample in a CvrStgFile
Definition: SampleValue.h:61
bool isNeighbour(const SampleValue *s) const
Definition: DummySampleValue.cc:32
unsigned short UWORD16
Definition: common.h:46
UWORD16 Value
Definition: DummySampleValue.h:51
EmbValue EValue
the bit that is embedded in this sample value - must be set in constructor of derived class ...
Definition: SampleValue.h:134
unsigned long UWORD32
Definition: common.h:45
UWORD32 calcDistance(const SampleValue *s) const
Definition: DummySampleValue.cc:26
BYTE EmbValue
Definition: common.h:66
std::string getName(void) const
Definition: DummySampleValue.cc:61