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