9 #include "fwDcmtkIO/config.hpp" 11 #include <fwCore/base.hpp> 13 #include <fwMedData/DicomSeries.hpp> 15 #include <fwMemory/stream/in/IFactory.hpp> 17 #include <fwTools/Type.hpp> 19 #include <boost/iostreams/stream.hpp> 71 typedef char char_type;
72 typedef ::boost::iostreams::source_tag category;
85 std::streamsize read(
char* stream, std::streamsize size);
89 ImageRGBLookupLazyInformation::sptr m_dcmInfo;
98 size_t m_currentPosition;
104 ::fwMedData::DicomSeries::DicomContainerType::const_iterator m_currentDicom;
136 SPTR(std::istream)
get();
Class used to build a std::istream using the ::boost::iostreams api.
Class used to perform a lazy reading of dicom images with fw4spl system.
fwDcmtkIO contains classes used to pull Dicom images from a pacs using dcmtk library.
ImageRGBLookupLazyInformation::sptr m_dcmInfo
To conserve dicom information.