Inheritance diagram for DiPixel:
Public Member Functions | |
| DiPixel (const unsigned long count, const unsigned long inputCount=0) | |
| constructor | |
| virtual | ~DiPixel () |
| destructor | |
| virtual EP_Representation | getRepresentation () const =0 |
| get integer representation (abstract) | |
| virtual int | getPlanes () const =0 |
| get number of planes (abstract) | |
| virtual const void * | getData () const =0 |
| get pointer to pixel data (abstract) | |
| virtual void * | getDataPtr ()=0 |
| get pointer to pixel data (abstract) | |
| virtual void * | getDataArrayPtr ()=0 |
| get reference to pointer to pixel data (abstract) | |
| unsigned long | getCount () const |
| get number of pixels | |
| unsigned long | getInputCount () const |
| get number of pixels stored in the 'PixelData' element | |
Protected Attributes | |
| unsigned long | Count |
| number of pixels | |
| unsigned long | InputCount |
| number of pixels in the input buffer | |
Definition at line 49 of file dipixel.h.
|
||||||||||||
|
constructor
References Count, and InputCount. |
|
|
|
|
get reference to pointer to pixel data (abstract)
Implemented in DiColorPixelTemplate< T >, DiMonoPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, and DiMonoPixelTemplate< T3 >.
Referenced by DiFlipTemplate< T >::DiFlipTemplate(), and DiRotateTemplate< T >::DiRotateTemplate(). |
|
|
get pointer to pixel data (abstract)
Implemented in DiColorPixelTemplate< T >, DiMonoPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, and DiMonoPixelTemplate< T3 >.
|
|
|
get number of pixels stored in the 'PixelData' element
References InputCount. |
|
|
get number of planes (abstract)
Implemented in DiColorPixel, and DiMonoPixel.
Referenced by DiFlipTemplate< T >::DiFlipTemplate(), and DiRotateTemplate< T >::DiRotateTemplate(). |
|
|
get integer representation (abstract)
Implemented in DiColorPixelTemplate< T >, DiMonoPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, and DiMonoPixelTemplate< T3 >.
|