17 #ifndef MITKDICOMSERIESREADERSERVICE_H
18 #define MITKDICOMSERIESREADERSERVICE_H
30 virtual std::vector<itk::SmartPointer<BaseData>>
Read()
override;
37 #endif // MITKDICOMSERIESREADERSERVICE_H
DataCollection - Class to facilitate loading/accessing structured data.
virtual std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
DicomSeriesReaderService()
virtual std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
Base class for creating mitk::BaseData objects from files or streams.