14 #ifndef mitkRTDoseReaderService_h 15 #define mitkRTDoseReaderService_h 48 std::vector<itk::SmartPointer<BaseData>> DoRead()
override;
57 template<
typename TPixel,
unsigned int VImageDimension>
58 void MultiplyGridScaling(itk::Image< TPixel, VImageDimension>* image,
float gridscale);
DataCollection - Class to facilitate loading/accessing structured data.
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.
RTDoseReaderService reads DICOM files of modality RTDOSE.
#define MITKDICOMRTIO_EXPORT