Home
|
Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Data Structures
|
File List
|
Namespace Members
|
Data Fields
|
Globals
|
Related Pages
Src
E
elastix
Common
OpenCL
Filters
itkGPUTransformBase.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright UMC Utrecht and contributors
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0.txt
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*=========================================================================*/
18
#ifndef itkGPUTransformBase_h
19
#define itkGPUTransformBase_h
20
21
#include "
itkGPUDataManager.h
"
22
23
namespace
itk
24
{
36
class
ITK_EXPORT
GPUTransformBase
37
{
38
public
:
40
using
Self
=
GPUTransformBase
;
41
43
virtual
const
char
*
44
GetNameOfClass
()
const
45
{
46
return
"GPUTransformBase"
;
47
}
48
51
virtual
bool
52
GetSourceCode
(std::string & source)
const
;
53
56
virtual
bool
57
IsIdentityTransform
()
const
58
{
59
return
false
;
60
}
61
64
virtual
bool
65
IsMatrixOffsetTransform
()
const
66
{
67
return
false
;
68
}
69
72
virtual
bool
73
IsTranslationTransform
()
const
74
{
75
return
false
;
76
}
77
80
virtual
bool
81
IsBSplineTransform
()
const
82
{
83
return
false
;
84
}
85
87
virtual
GPUDataManager::Pointer
88
GetParametersDataManager
()
const
;
89
92
virtual
GPUDataManager::Pointer
93
GetParametersDataManager
(
const
std::size_t index)
const
;
94
95
protected
:
96
GPUTransformBase
();
97
virtual
~GPUTransformBase
() =
default
;
98
99
GPUDataManager::Pointer
m_ParametersDataManager{};
100
101
private
:
102
GPUTransformBase
(
const
Self
& other) =
delete
;
103
const
Self
&
104
operator=
(
const
Self
&) =
delete
;
105
};
106
107
}
// end namespace itk
108
109
#endif
/* itkGPUTransformBase_h */
SmartPointer< Self >
itk::GPUTransformBase
Base class for all GPU transforms.
Definition
itkGPUTransformBase.h:37
itk::GPUTransformBase::GetNameOfClass
virtual const char * GetNameOfClass() const
Definition
itkGPUTransformBase.h:44
itk::GPUTransformBase::GetParametersDataManager
virtual GPUDataManager::Pointer GetParametersDataManager() const
itk::GPUTransformBase::IsTranslationTransform
virtual bool IsTranslationTransform() const
Definition
itkGPUTransformBase.h:73
itk::GPUTransformBase::GPUTransformBase
GPUTransformBase()
itk::GPUTransformBase::~GPUTransformBase
virtual ~GPUTransformBase()=default
itk::GPUTransformBase::operator=
const Self & operator=(const Self &)=delete
itk::GPUTransformBase::IsBSplineTransform
virtual bool IsBSplineTransform() const
Definition
itkGPUTransformBase.h:81
itk::GPUTransformBase::IsIdentityTransform
virtual bool IsIdentityTransform() const
Definition
itkGPUTransformBase.h:57
itk::GPUTransformBase::GPUTransformBase
GPUTransformBase(const Self &other)=delete
itk::GPUTransformBase::GetParametersDataManager
virtual GPUDataManager::Pointer GetParametersDataManager(const std::vcl_size_t index) const
itk::GPUTransformBase::GetSourceCode
virtual bool GetSourceCode(std::string &source) const
itk::GPUTransformBase::IsMatrixOffsetTransform
virtual bool IsMatrixOffsetTransform() const
Definition
itkGPUTransformBase.h:65
itkGPUDataManager.h
itk
Definition
itkAdvancedImageToImageMetric.h:43
Generated on 2024-07-17 for elastix by
1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d)