fw4spl
|
Class used to perform a lazy reading of dicom images with fw4spl system. More...
#include <ImageLazyStream.hpp>
Public Member Functions | |
ImageLazyStream (ImageLazyInformation::sptr dcmInfo) | |
Constructor. Builds the fwMemory::stream::in::IFactory with few dicom information. More... | |
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 | |
ImageLazyInformation::sptr | m_dcmInfo |
To conserve dicom information. | |
Class used to perform a lazy reading of dicom images with fw4spl system.
Definition at line 115 of file ImageLazyStream.hpp.
fwDcmtkIO::reader::main::ImageLazyStream::ImageLazyStream | ( | ImageLazyInformation::sptr | dcmInfo | ) |
Constructor. Builds the fwMemory::stream::in::IFactory with few dicom information.
[in] | dcmInfo | DICOM information |
Definition at line 115 of file ImageLazyStream.cpp.