fw4spl
|
Basic class used to store informations in order to read DICOM images. More...
#include <ImageRGBLookupLazyStream.hpp>
Public Types | |
typedef std::shared_ptr< ImageRGBLookupLazyInformation > | sptr |
Public Attributes | |
::fwMedData::DicomSeries::csptr | m_dicomSeries |
Dicom series used to get the paths of the instances. | |
unsigned int | m_rows |
Number of rows in the image. | |
unsigned int | m_columns |
Number of columns in the image. | |
unsigned int | m_depth |
Depth of the image. | |
unsigned short | m_bitsAllocated |
Bits allocated. | |
unsigned short | m_pixelValueBitsAllocated |
Pixel value bits allocated. | |
::fwTools::Type | m_imageType |
Image type. | |
Basic class used to store informations in order to read DICOM images.
Definition at line 35 of file ImageRGBLookupLazyStream.hpp.