13 #ifndef mitkDICOMSegmentationIO_h
14 #define mitkDICOMSegmentationIO_h
21 #include <dcmqi/JSONSegmentationMetaInformationHandler.h>
57 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
63 const std::string CreateMetaDataJsonFile(
int layer);
64 void SetLabelProperties(
Label *label, dcmqi::SegmentAttributes *segmentAttribute);
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.
mitk::MultiLabelSegmentation InputType
std::vector< itk::SmartPointer< BaseData > > DoRead() override
Reads a number of DICOM segmentation from the file system.
void Write() override
Write the base data to the specified location or output stream.
itk::Image< unsigned short, 3 > itkInputImageType
itk::Image< short, 3 > itkInternalImageType
ConfidenceLevel GetWriterConfidenceLevel() const override
ConfidenceLevel GetReaderConfidenceLevel() const override
A data structure describing a label.
MultiLabelSegmentation class for handling labels and layers in a segmentation session.
Find image slices visible on a given plane.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.