Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDICOMPMIO_h
14 #define mitkDICOMPMIO_h
18 #include <dcmtk/dcmpmap/dpmparametricmapiod.h>
19 #include <dcmqi/JSONSegmentationMetaInformationHandler.h>
20 #include <dcmqi/JSONParametricMapMetaInformationHandler.h>
44 void Write()
override;
52 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
57 typedef itk::Image<double, 3> PMitkInputImageType;
58 typedef IODFloatingPointImagePixelModule::value_type PMFloatPixelType;
59 typedef itk::Image<PMFloatPixelType, 3> PMitkInternalImageType;
64 const std::string CreateMetaDataJsonFilePM()
const;
std::vector< itk::SmartPointer< BaseData > > DoRead() override
Reads a DICOM parametric map from the file system.
Image class for storing images.
Find image slices visible on a given plane.
ConfidenceLevel GetReaderConfidenceLevel() const override
ConfidenceLevel GetWriterConfidenceLevel() const override
void Write() override
Write the base data to the specified location or output stream.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.
Abstract class for implementing a reader and writer.
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.