Inheritance diagram for DiARGBImage:
Public Member Functions | |
DiARGBImage (const DiDocument *docu, const EI_Status status) | |
constructor | |
virtual | ~DiARGBImage () |
destructor | |
virtual int | processNextFrames (const unsigned long fcount) |
process next couple of frames | |
Protected Member Functions | |
void | Init () |
initialize internal data structures and member variables | |
Private Member Functions | |
DiARGBImage (const DiARGBImage &) | |
DiARGBImage & | operator= (const DiARGBImage &) |
Private Attributes | |
DiLookupTable * | Palette [3] |
three color palettes for R, G and B |
Definition at line 51 of file diargimg.h.
DiARGBImage::DiARGBImage | ( | const DiDocument * | docu, | |
const EI_Status | status | |||
) |
constructor
docu | pointer to dataset (encapsulated) | |
status | current image status |
virtual int DiARGBImage::processNextFrames | ( | const unsigned long | fcount | ) | [virtual] |
process next couple of frames
fcount | number of frames to be processed (0 = same number as before) |
Reimplemented from DiImage.