an (abstract) sample value in a bmp file
#include <BmpSampleValue.h>
|
EmbValue | EValue |
| the bit that is embedded in this sample value - must be set in constructor of derived class
|
|
UWORD32 | Key |
| the key of this sample value - must be different for two different sample values - must be set in constructor of derived class
|
|
◆ BmpSampleValue()
BmpSampleValue::BmpSampleValue |
( |
void |
| ) |
|
|
inline |
◆ calcDistance()
calculate the distance between the sample value s and this sample value
- Parameters
-
s | a sample value of the same type as this |
- Returns
- the distance
Implements SampleValue.
Reimplemented in BmpRGBSampleValue.
◆ getBlue()
virtual unsigned char BmpSampleValue::getBlue |
( |
void |
| ) |
const |
|
pure virtual |
◆ getGreen()
virtual unsigned char BmpSampleValue::getGreen |
( |
void |
| ) |
const |
|
pure virtual |
◆ getRed()
virtual unsigned char BmpSampleValue::getRed |
( |
void |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: