Inheritance diagram for DiRGBImage:
Public Member Functions | |
DiRGBImage (const DiDocument *docu, const EI_Status status) | |
constructor | |
virtual | ~DiRGBImage () |
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 |
Definition at line 44 of file dirgbimg.h.
DiRGBImage::DiRGBImage | ( | const DiDocument * | docu, | |
const EI_Status | status | |||
) |
constructor
docu | pointer to dataset (encapsulated) | |
status | current image status |
virtual int DiRGBImage::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.