33 #include "dcmtk/config/osconfig.h" 35 #include "dcmtk/dcmdata/dcddirif.h" 67 virtual OFBool
scaleData(
const Uint8 *srcData,
68 const unsigned int srcWidth,
69 const unsigned int srcHeight,
71 const unsigned int dstWidth,
72 const unsigned int dstHeight)
const;
88 const unsigned long count,
89 const unsigned long frame,
90 const unsigned int width,
91 const unsigned int height,
92 const OFBool decompressAll = OFFalse)
const;
a class representing a list of DICOM elements in which each element has a different tag and elements ...
Abstract interface to plugable image support for the DICOMDIR class.
DicomDirImageImplementation()
constructor
virtual OFBool scaleImage(DcmItem *dataset, Uint8 *pixel, const unsigned long count, const unsigned long frame, const unsigned int width, const unsigned int height, const OFBool decompressAll=OFFalse) const
get scaled pixel data from DICOM image.
Implementation of the plugable image support for the DICOMDIR class.
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 ~DicomDirImageImplementation()
destructor