Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDICOMSegmentationIO_h
14 #define mitkDICOMSegmentationIO_h
21 #include <dcmqi/JSONSegmentationMetaInformationHandler.h>
48 void Write()
override;
59 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
65 const std::string CreateMetaDataJsonFile(
int layer);
66 void SetLabelProperties(
Label *label, dcmqi::SegmentAttributes *segmentAttribute);
std::vector< itk::SmartPointer< BaseData > > DoRead() override
Reads a number of DICOM segmentation from the file system.
ConfidenceLevel GetReaderConfidenceLevel() const override
DataCollection - Class to facilitate loading/accessing structured data.
A data structure describing a label.
void Write() override
Write the base data to the specified location or output stream.
ConfidenceLevel GetWriterConfidenceLevel() const override
mitk::LabelSetImage InputType
itk::Image< unsigned short, 3 > itkInputImageType
static std::vector< mitk::DICOMTagPath > GetDICOMTagsOfInterest()
itk::Image< short, 3 > itkInternalImageType
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.
LabelSetImage class for handling labels and layers in a segmentation session.