Inheritance diagram for DiColorOutputPixel:
Public Member Functions | |
DiColorOutputPixel (const DiPixel *pixel, const unsigned long size, const unsigned long frame) | |
constructor | |
virtual | ~DiColorOutputPixel () |
destructor | |
virtual EP_Representation | getRepresentation () const =0 |
get integer representation (abstract) | |
virtual const void * | getData () const =0 |
get pointer to output pixel data (abstract) | |
virtual void * | getDataPtr ()=0 |
get pointer to outpout pixel data (abstract) | |
virtual const void * | getPlane (const int plane) const =0 |
get pointer to given plane of output pixel data (abstract) | |
virtual size_t | getItemSize () const =0 |
get size of one pixel / item in the pixel array (abstract) | |
virtual int | writePPM (ostream &stream) const =0 |
write pixel data of selected frame to PPM/ASCII file (abstract) | |
virtual int | writePPM (FILE *stream) const =0 |
write pixel data of selected frame to PPM/ASCII file (abstract) | |
unsigned long | getCount () const |
get number of pixel per frame | |
Protected Attributes | |
unsigned long | Count |
number of pixels per frame (intermediate representation) | |
const unsigned long | FrameSize |
number of pixels per frame (memory buffer size) |
Definition at line 59 of file dicoopx.h.
|
constructor
|
|
get number of pixel per frame
Definition at line 130 of file dicoopx.h. References FrameSize. |
|
get pointer to output pixel data (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
get pointer to outpout pixel data (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
get size of one pixel / item in the pixel array (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
get pointer to given plane of output pixel data (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
get integer representation (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
write pixel data of selected frame to PPM/ASCII file (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |
|
write pixel data of selected frame to PPM/ASCII file (abstract)
Implemented in DiColorOutputPixelTemplate< T1, T2 >. |