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);
70 #endif // __mitkDICOMSegmentationIO_h
ConfidenceLevel GetReaderConfidenceLevel() const override
DataCollection - Class to facilitate loading/accessing structured data.
A data structure describing a label.
static std::vector< mitk::DICOMTagPath > GetDICOMTagsOfInterest()
ConfidenceLevel GetWriterConfidenceLevel() const override
std::vector< itk::SmartPointer< BaseData > > DoRead() override
Reads a number of DICOM segmentation from the file system.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
itk::Image< unsigned short, 3 > itkInputImageType
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
void Write() override
Write the base data to the specified location or output stream.
LabelSetImage class for handling labels and layers in a segmentation session.
Abstract class for implementing a reader and writer.
mitk::LabelSetImage InputType
itk::Image< short, 3 > itkInternalImageType