13 #ifndef _MITK_MAP_REGISTRATION_WRAPPER_IO_H 14 #define _MITK_MAP_REGISTRATION_WRAPPER_IO_H 33 std::vector<itk::SmartPointer<BaseData> >
Read()
override;
38 void Write()
override;
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
MAPRegistrationWrapperIO()
DataCollection - Class to facilitate loading/accessing structured data.
ConfidenceLevel GetWriterConfidenceLevel() const override
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
ConfidenceLevel GetReaderConfidenceLevel() const override
Abstract class for implementing a reader and writer.
void Write() override
Write the base data to the specified location or output stream.