Inheritance diagram for DicomDirImagePlugin:

Public Member Functions | |
| virtual | ~DicomDirImagePlugin () |
| destructor (virtual) | |
| 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 =0 |
| scale image (pixel data) to specified size | |
| virtual OFBool | scaleImage (DcmItem *dataset, Uint8 *pixel, const unsigned long count, const unsigned long frame, const unsigned int width, const unsigned int height) const =0 |
| scale image (from DICOM dataset) to specified size | |
Protected Member Functions | |
| DicomDirImagePlugin () | |
| constructor (protected) | |
This is an abstract base class used as an interface to access DICOM images from the DicomDirInterface. The implementation can be found in dcmjpeg/libsrc/ddpiimpl.cc (incl. JPEG support).
Definition at line 61 of file dcddirif.h.
|
||||||||||||||||||||||||||||
|
scale image (pixel data) to specified size
Implemented in DicomDirImageImplementation. |
|
||||||||||||||||||||||||||||
|
scale image (from DICOM dataset) to specified size
Implemented in DicomDirImageImplementation. |