fw4spl
|
Class used to build an std::istream thanks to ::boost::iostreams api. More...
#include <ImageDicomStream.hpp>
Public Types | |
typedef char | char_type |
typedef ::boost::iostreams::source_tag | category |
Public Member Functions | |
ImageDicomSource (ImageDicomInfo::sptr dcmInfo) | |
Constructor. | |
std::streamsize | read (char *s, std::streamsize n) |
Method to read n bytes in dicom buffer and write it in s. On the first call, readImage() method is called. | |
Class used to build an std::istream thanks to ::boost::iostreams api.
Definition at line 50 of file ImageDicomStream.hpp.