fw4spl
fwDcmtkIO::reader::main::ImageLazyStream Class Reference

Class used to perform a lazy reading of dicom images with fw4spl system. More...

#include <ImageLazyStream.hpp>

+ Inheritance diagram for fwDcmtkIO::reader::main::ImageLazyStream:
+ Collaboration diagram for fwDcmtkIO::reader::main::ImageLazyStream:

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.
 

Detailed Description

Class used to perform a lazy reading of dicom images with fw4spl system.

Definition at line 115 of file ImageLazyStream.hpp.

Constructor & Destructor Documentation

fwDcmtkIO::reader::main::ImageLazyStream::ImageLazyStream ( ImageLazyInformation::sptr  dcmInfo)

Constructor. Builds the fwMemory::stream::in::IFactory with few dicom information.

Parameters
[in]dcmInfoDICOM information

Definition at line 115 of file ImageLazyStream.cpp.


The documentation for this class was generated from the following files: