Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
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
18
#include "
MitkMatchPointRegistrationExports.h
"
19
20
namespace
mitk
21
{
25
class
MAPRegistrationWrapperIO
:
public
AbstractFileIO
26
{
27
public
:
28
29
MAPRegistrationWrapperIO
();
30
31
// -------------- AbstractFileReader -------------
32
using
AbstractFileReader::Read
;
33
34
ConfidenceLevel
GetReaderConfidenceLevel
()
const override
;
35
36
// -------------- AbstractFileWriter -------------
37
void
Write
()
override
;
38
ConfidenceLevel
GetWriterConfidenceLevel
()
const override
;
39
40
protected
:
41
std::vector<itk::SmartPointer<BaseData>>
DoRead
()
override
;
42
43
private
:
44
MAPRegistrationWrapperIO
(
const
MAPRegistrationWrapperIO
& other);
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
DataCollection - Class to facilitate loading/accessing structured data.
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
src
MITK
Modules
MatchPointRegistration
autoload
IO
mitkMAPRegistrationWrapperIO.h
Generated on Wed May 17 2023 16:26:08 for Medical Imaging Interaction Toolkit by
1.8.17