13 #ifndef __mitkDICOMPMIO_h 14 #define __mitkDICOMPMIO_h 18 #include <dcmtk/dcmpmap/dpmparametricmapiod.h> 19 #include <dcmqi/JSONSegmentationMetaInformationHandler.h> 20 #include <dcmqi/JSONParametricMapMetaInformationHandler.h> 45 std::vector<BaseData::Pointer>
Read()
override;
50 void Write()
override;
56 typedef itk::Image<double, 3> PMitkInputImageType;
57 typedef IODFloatingPointImagePixelModule::value_type PMFloatPixelType;
58 typedef itk::Image<PMFloatPixelType, 3> PMitkInternalImageType;
63 const std::string CreateMetaDataJsonFilePM()
const;
68 #endif // __mitkDICOMPMIO_h
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
ConfidenceLevel GetReaderConfidenceLevel() const override
std::vector< BaseData::Pointer > Read() override
Reads a DICOM parametric maps from the file system.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Image class for storing images.
void Write() override
Write the base data to the specified location or output stream.
ConfidenceLevel GetWriterConfidenceLevel() const override
Abstract class for implementing a reader and writer.