Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkMAPRegistrationWrapperIO.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkMAPRegistrationWrapperIO_h
14 #define mitkMAPRegistrationWrapperIO_h
15 
16 #include <mitkAbstractFileIO.h>
17 
19 
20 namespace mitk
21 {
26  {
27  public:
28 
30 
31  // -------------- AbstractFileReader -------------
33 
35 
36  // -------------- AbstractFileWriter -------------
37  void Write() override;
39 
40  protected:
41  std::vector<itk::SmartPointer<BaseData>> DoRead() override;
42 
43  private:
45  MAPRegistrationWrapperIO* IOClone() const override;
46  };
47 
48 
49 } // end of namespace mitk
50 
51 #endif
mitk::MAPRegistrationWrapperIO::MAPRegistrationWrapperIO
MAPRegistrationWrapperIO()
mitk::MAPRegistrationWrapperIO
Definition: mitkMAPRegistrationWrapperIO.h:25
mitk::MAPRegistrationWrapperIO::Write
void Write() override
Write the base data to the specified location or output stream.
MitkMatchPointRegistrationExports.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::MAPRegistrationWrapperIO::DoRead
std::vector< itk::SmartPointer< BaseData > > DoRead() override
mitk::MAPRegistrationWrapperIO::GetWriterConfidenceLevel
ConfidenceLevel GetWriterConfidenceLevel() const override
mitkAbstractFileIO.h
mitk::IFileIO::ConfidenceLevel
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.
Definition: mitkIFileIO.h:45
mitk::AbstractFileIO
Abstract class for implementing a reader and writer.
Definition: mitkAbstractFileIO.h:69
mitk::AbstractFileReader::Read
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
mitk::MAPRegistrationWrapperIO::GetReaderConfidenceLevel
ConfidenceLevel GetReaderConfidenceLevel() const override