fw4spl
|
Class to perform a lazy reading on dicom image with fw4spl system. More...
#include <ImageDicomStream.hpp>
Public Member Functions | |
ImageDicomStream (ImageDicomInfo::sptr dcmInfo) | |
Builds the fwMemory::stream::in::IFactory with few dicom information. | |
Public Member Functions inherited from fwMemory::stream::in::IFactory | |
std::shared_ptr< std::istream > | operator() () |
Protected Member Functions | |
std::shared_ptr< std::istream > | get () |
Returns the istream on dicom image buffer. | |
Protected Attributes | |
ImageDicomInfo::sptr | m_dcmInfo |
To conserve dicom information. | |
Class to perform a lazy reading on dicom image with fw4spl system.
Definition at line 91 of file ImageDicomStream.hpp.