|
fw4spl
|
#include <Image.hpp>
Public Member Functions | |
| FWDICOMTOOLS_API | Image (unsigned short samplesPerPixel, unsigned short bitsAllocated, unsigned short bitsStored, unsigned short highBit, unsigned short pixelRepresentation, double rescaleSlope, double rescaleIntercept) |
| Constructor. More... | |
| virtual FWDICOMTOOLS_API | ~Image () |
| Destructor. | |
| FWDICOMTOOLS_API::fwTools::Type | findImageTypeFromMinMaxValues () const |
| Find Image Type. | |
Protected Member Functions | |
| FWDICOMTOOLS_API int64_t | getPixelMin () const |
| Return minimum possible value of the pixel. | |
| FWDICOMTOOLS_API int64_t | getPixelMax () const |
| Return maximum possible value of the pixel. | |
Protected Attributes | |
| unsigned short | m_samplesPerPixel |
| Samples per pixel. | |
| unsigned short | m_bitsAllocated |
| Bits allocated. | |
| unsigned short | m_bitsStored |
| Bits stored. | |
| unsigned short | m_highBit |
| High bit. | |
| unsigned short | m_pixelRepresentation |
| Pixel representation. | |
| double | m_rescaleSlope |
| Rescale slope. | |
| double | m_rescaleIntercept |
| Rescale Intercept. | |
DICOM Image Helper.
Definition at line 22 of file core/fwDicomTools/include/fwDicomTools/Image.hpp.
| fwDicomTools::Image::Image | ( | unsigned short | samplesPerPixel, |
| unsigned short | bitsAllocated, | ||
| unsigned short | bitsStored, | ||
| unsigned short | highBit, | ||
| unsigned short | pixelRepresentation, | ||
| double | rescaleSlope, | ||
| double | rescaleIntercept | ||
| ) |
Constructor.
| [in] | samplesPerPixel | Samples per pixel |
| [in] | bitsAllocated | Bits allocated |
| [in] | bitsStored | Bits stored |
| [in] | highBit | High bit |
| [in] | pixelRepresentation | Pixel representation |
| [in] | rescaleSlope | Rescale slope |
| [in] | rescaleIntercept | Rescale intercept |
Definition at line 14 of file core/fwDicomTools/src/fwDicomTools/Image.cpp.