fw4spl
|
Basic class used to store informations in order to read DICOM images. More...
#include <ImageLazyStream.hpp>
Public Types | |
typedef std::shared_ptr< ImageLazyInformation > | 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. | |
double | m_rescaleSlope |
Rescale slope. | |
double | m_rescaleIntercept |
Rescale intercept. | |
unsigned short | m_pixelRepresentation |
Pixel representation. | |
::fwTools::Type | m_imageType |
Image type. | |
Basic class used to store informations in order to read DICOM images.
Definition at line 35 of file ImageLazyStream.hpp.