Inheritance diagram for DiCMYKImage:
Public Member Functions | |
DiCMYKImage (const DiDocument *docu, const EI_Status status) | |
constructor | |
virtual | ~DiCMYKImage () |
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 dicmyimg.h.
DiCMYKImage::DiCMYKImage | ( | const DiDocument * | docu, | |
const EI_Status | status | |||
) |
constructor
docu | pointer to dataset (encapsulated) | |
status | current image status |
virtual int DiCMYKImage::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.