13 #ifndef __mitkLabelSetImageIO_h 14 #define __mitkLabelSetImageIO_h 42 std::vector<BaseData::Pointer>
Read()
override;
47 void Write()
override;
52 int GetIntByKey(
const itk::MetaDataDictionary &dic,
const std::string &str);
53 std::string
GetStringByKey(
const itk::MetaDataDictionary &dic,
const std::string &str);
60 #endif // __mitkLabelSetImageIO_h
mitk::LabelSetImage InputType
int GetIntByKey(const itk::MetaDataDictionary &dic, const std::string &str)
std::string GetStringByKey(const itk::MetaDataDictionary &dic, const std::string &str)
DataCollection - Class to facilitate loading/accessing structured data.
void Write() override
Write the base data to the specified location or output stream.
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
ConfidenceLevel GetReaderConfidenceLevel() const override
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
ConfidenceLevel GetWriterConfidenceLevel() const override
LabelSetImage class for handling labels and layers in a segmentation session.
std::vector< BaseData::Pointer > Read() override
Reads a number of mitk::LabelSetImages from the file system.
Abstract class for implementing a reader and writer.