7 #ifndef __FWDICOMTOOLS_IMAGE_HPP__ 8 #define __FWDICOMTOOLS_IMAGE_HPP__ 10 #include "fwDicomTools/config.hpp" 12 #include <fwTools/Type.hpp> 22 class FWDICOMTOOLS_CLASS_API
Image 36 FWDICOMTOOLS_API
Image(
37 unsigned short samplesPerPixel,
38 unsigned short bitsAllocated,
39 unsigned short bitsStored,
40 unsigned short highBit,
41 unsigned short pixelRepresentation,
43 double rescaleIntercept);
46 FWDICOMTOOLS_API
virtual ~Image();
49 FWDICOMTOOLS_API ::fwTools::Type findImageTypeFromMinMaxValues()
const;
54 FWDICOMTOOLS_API int64_t getPixelMin()
const;
57 FWDICOMTOOLS_API int64_t getPixelMax()
const;