17 #ifndef _MITK_MAP_REGISTRATION_WRAPPER_IO_H
18 #define _MITK_MAP_REGISTRATION_WRAPPER_IO_H
37 virtual std::vector<itk::SmartPointer<BaseData> >
Read();
virtual void Write()
Write the base data to the specified location or output stream.
MAPRegistrationWrapperIO()
DataCollection - Class to facilitate loading/accessing structured data.
virtual std::vector< itk::SmartPointer< BaseData > > Read()
Reads a path or stream and creates a list of BaseData objects.
virtual std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
virtual ConfidenceLevel GetWriterConfidenceLevel() const
virtual ConfidenceLevel GetReaderConfidenceLevel() const
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.