Inheritance diagram for DicomDirImageImplementation:

Public Member Functions | |
| DicomDirImageImplementation () | |
| constructor | |
| virtual | ~DicomDirImageImplementation () |
| destructor | |
| virtual OFBool | scaleData (const Uint8 *srcData, const unsigned int srcWidth, const unsigned int srcHeight, Uint8 *dstData, const unsigned int dstWidth, const unsigned int dstHeight) const |
| scale given pixel data (monochrome only). | |
| virtual OFBool | scaleImage (DcmItem *dataset, Uint8 *pixel, const unsigned long count, const unsigned long frame, const unsigned int width, const unsigned int height) const |
| get scaled pixel data from DICOM image. | |
Definition at line 49 of file ddpiimpl.h.
|
||||||||||||||||||||||||||||
|
scale given pixel data (monochrome only). The destination pixel data array needs to be allocated by the caller.
Implements DicomDirImagePlugin. |
|
||||||||||||||||||||||||||||
|
get scaled pixel data from DICOM image. The resulting scaled image (pixel array) is always monochrome. The resulting pixel data array needs to be allocated by the caller.
Implements DicomDirImagePlugin. |