fw4spl
|
Base class for Dicom instance reader. More...
#include <IObjectReader.hpp>
Public Member Functions | |
FWDCMTKIO_API | IObjectReader () |
Constructor. | |
virtual FWDCMTKIO_API | ~IObjectReader () |
Destructor. | |
virtual FWDCMTKIO_API::fwMedData::Series::sptr | read (const ::fwMedData::DicomSeries::csptr &series)=0 |
Read the series from the group of instances. More... | |
Base class for Dicom instance reader.
Definition at line 21 of file io/fwDcmtkIO/include/fwDcmtkIO/reader/IObjectReader.hpp.
|
pure virtual |
Read the series from the group of instances.
Implemented in fwDcmtkIO::reader::ImageStorageReader.