DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class for YCbCr Partial 4:2:2 images. More...
Public Member Functions | |
DiYBRPart422Image (const DiDocument *docu, const EI_Status status) | |
constructor | |
virtual | ~DiYBRPart422Image () |
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 |
Class for YCbCr Partial 4:2:2 images.
DiYBRPart422Image::DiYBRPart422Image | ( | const DiDocument * | docu, |
const EI_Status | status | ||
) |
constructor
docu | pointer to dataset (encapsulated) |
status | current image status |
virtual int DiYBRPart422Image::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.