Home
|
Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Data Structures
|
File List
|
Namespace Members
|
Data Fields
|
Globals
|
Related Pages
Components
Transforms
BSplineDeformableTransformWithDiffusion
itkDeformationVectorFieldTransform.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 __itkDeformationVectorFieldTransform_h__
19
#define __itkDeformationVectorFieldTransform_h__
20
21
#include "
itkAdvancedBSplineDeformableTransform.h
"
22
23
namespace
itk
24
{
25
45
template
<
class
TScalarType =
double
,
unsigned
int
NDimensions = 3 >
46
class
DeformationVectorFieldTransform
:
47
public
AdvancedBSplineDeformableTransform
< TScalarType, NDimensions, 0 >
48
{
49
public
:
50
52
typedef
DeformationVectorFieldTransform
Self
;
53
typedef
AdvancedBSplineDeformableTransform
<
54
TScalarType
, NDimensions, 0 >
Superclass
;
55
typedef
SmartPointer< Self >
Pointer
;
56
typedef
SmartPointer< const Self >
ConstPointer
;
57
59
itkNewMacro(
Self
);
60
62
itkTypeMacro(
DeformationVectorFieldTransform
,
AdvancedBSplineDeformableTransform
);
63
65
itkStaticConstMacro
( SpaceDimension,
unsigned
int
, NDimensions );
66
itkStaticConstMacro
( SplineOrder,
unsigned
int
, Superclass::SplineOrder );
67
69
typedef
typename
Superclass::ScalarType
ScalarType
;
70
typedef
typename
Superclass::ParametersType
ParametersType
;
71
typedef
typename
Superclass::JacobianType
JacobianType
;
72
typedef
typename
Superclass::InputVectorType
InputVectorType
;
73
typedef
typename
Superclass::OutputVectorType
OutputVectorType
;
74
typedef
typename
Superclass::InputCovariantVectorType
InputCovariantVectorType
;
75
typedef
typename
Superclass::OutputCovariantVectorType
OutputCovariantVectorType
;
76
typedef
typename
Superclass::InputVnlVectorType
InputVnlVectorType
;
77
typedef
typename
Superclass::OutputVnlVectorType
OutputVnlVectorType
;
78
typedef
typename
Superclass::InputPointType
InputPointType
;
79
typedef
typename
Superclass::OutputPointType
OutputPointType
;
80
82
typedef
typename
Superclass::PixelType
CoefficientPixelType
;
83
typedef
typename
Superclass::ImageType
CoefficientImageType
;
84
typedef
typename
Superclass::ImagePointer
CoefficientImagePointer
;
85
87
typedef
Vector<
float
,
88
itkGetStaticConstMacro( SpaceDimension ) >
CoefficientVectorPixelType
;
89
typedef
Image
<
CoefficientVectorPixelType
,
90
itkGetStaticConstMacro( SpaceDimension ) >
CoefficientVectorImageType
;
91
typedef
typename
CoefficientVectorImageType::Pointer
CoefficientVectorImagePointer
;
92
102
virtual
void
SetCoefficientVectorImage
(
const
CoefficientVectorImageType
* vecImage );
103
110
virtual
void
GetCoefficientVectorImage
(
CoefficientVectorImagePointer
& vecImage )
const
;
111
112
protected
:
113
115
DeformationVectorFieldTransform
();
117
~DeformationVectorFieldTransform
()
override
;
118
119
private
:
120
122
DeformationVectorFieldTransform
(
const
Self
& );
// purposely not implemented
124
void
operator=
(
const
Self
& );
// purposely not implemented
125
127
CoefficientImagePointer
m_Images
[ SpaceDimension ];
128
129
};
130
131
}
// end namespace itk
132
133
#ifndef ITK_MANUAL_INSTANTIATION
134
#include "itkDeformationVectorFieldTransform.hxx"
135
#endif
136
137
#endif
// end #ifndef __itkDeformationVectorFieldTransform_h__
Image
SmartPointer< Self >
TScalarType
float
itk::AdvancedBSplineDeformableTransform
Deformable transform using a B-spline representation.
Definition:
itkAdvancedBSplineDeformableTransform.h:136
itk::AdvancedBSplineDeformableTransform::ImagePointer
Superclass::ImagePointer ImagePointer
Definition:
itkAdvancedBSplineDeformableTransform.h:191
itk::AdvancedBSplineDeformableTransform::OutputVnlVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:170
itk::AdvancedBSplineDeformableTransform::OutputPointType
Superclass::OutputPointType OutputPointType
Definition:
itkAdvancedBSplineDeformableTransform.h:166
itk::AdvancedBSplineDeformableTransform::InputPointType
Superclass::InputPointType InputPointType
Definition:
itkAdvancedBSplineDeformableTransform.h:165
itk::AdvancedBSplineDeformableTransform::OutputVectorType
Superclass::OutputVectorType OutputVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:168
itk::AdvancedBSplineDeformableTransform::ScalarType
Superclass::ScalarType ScalarType
Definition:
itkAdvancedBSplineDeformableTransform.h:164
itk::AdvancedBSplineDeformableTransform::InputCovariantVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:172
itk::AdvancedBSplineDeformableTransform::InputVectorType
Superclass::InputVectorType InputVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:167
itk::AdvancedBSplineDeformableTransform::OutputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:174
itk::AdvancedBSplineDeformableTransform::InputVnlVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Definition:
itkAdvancedBSplineDeformableTransform.h:169
itk::AdvancedBSplineDeformableTransform::ParametersType
Superclass::ParametersType ParametersType
Definition:
itkAdvancedBSplineDeformableTransform.h:159
itk::AdvancedBSplineDeformableTransform::JacobianType
Superclass::JacobianType JacobianType
Definition:
itkAdvancedBSplineDeformableTransform.h:163
itk::DeformationVectorFieldTransform
An itk transform based on a DeformationVectorField.
Definition:
itkDeformationVectorFieldTransform.h:48
itk::DeformationVectorFieldTransform::m_Images
CoefficientImagePointer m_Images[SpaceDimension]
Definition:
itkDeformationVectorFieldTransform.h:127
itk::DeformationVectorFieldTransform::CoefficientVectorImageType
Image< CoefficientVectorPixelType, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorImageType
Definition:
itkDeformationVectorFieldTransform.h:90
itk::DeformationVectorFieldTransform::ParametersType
Superclass::ParametersType ParametersType
Definition:
itkDeformationVectorFieldTransform.h:70
itk::DeformationVectorFieldTransform::DeformationVectorFieldTransform
DeformationVectorFieldTransform(const Self &)
itk::DeformationVectorFieldTransform::CoefficientVectorPixelType
Vector< float, itkGetStaticConstMacro(SpaceDimension) > CoefficientVectorPixelType
Definition:
itkDeformationVectorFieldTransform.h:88
itk::DeformationVectorFieldTransform::OutputVectorType
Superclass::OutputVectorType OutputVectorType
Definition:
itkDeformationVectorFieldTransform.h:73
itk::DeformationVectorFieldTransform::operator=
void operator=(const Self &)
itk::DeformationVectorFieldTransform::OutputPointType
Superclass::OutputPointType OutputPointType
Definition:
itkDeformationVectorFieldTransform.h:79
itk::DeformationVectorFieldTransform::GetCoefficientVectorImage
virtual void GetCoefficientVectorImage(CoefficientVectorImagePointer &vecImage) const
itk::DeformationVectorFieldTransform::Pointer
SmartPointer< Self > Pointer
Definition:
itkDeformationVectorFieldTransform.h:55
itk::DeformationVectorFieldTransform::CoefficientVectorImagePointer
CoefficientVectorImageType::Pointer CoefficientVectorImagePointer
Definition:
itkDeformationVectorFieldTransform.h:91
itk::DeformationVectorFieldTransform::itkStaticConstMacro
itkStaticConstMacro(SpaceDimension, unsigned int, NDimensions)
itk::DeformationVectorFieldTransform::~DeformationVectorFieldTransform
~DeformationVectorFieldTransform() override
itk::DeformationVectorFieldTransform::Superclass
AdvancedBSplineDeformableTransform< TScalarType, NDimensions, 0 > Superclass
Definition:
itkDeformationVectorFieldTransform.h:54
itk::DeformationVectorFieldTransform::InputVectorType
Superclass::InputVectorType InputVectorType
Definition:
itkDeformationVectorFieldTransform.h:72
itk::DeformationVectorFieldTransform::CoefficientImageType
Superclass::ImageType CoefficientImageType
Definition:
itkDeformationVectorFieldTransform.h:83
itk::DeformationVectorFieldTransform::ConstPointer
SmartPointer< const Self > ConstPointer
Definition:
itkDeformationVectorFieldTransform.h:56
itk::DeformationVectorFieldTransform::CoefficientPixelType
Superclass::PixelType CoefficientPixelType
Definition:
itkDeformationVectorFieldTransform.h:82
itk::DeformationVectorFieldTransform::ScalarType
Superclass::ScalarType ScalarType
Definition:
itkDeformationVectorFieldTransform.h:69
itk::DeformationVectorFieldTransform::OutputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Definition:
itkDeformationVectorFieldTransform.h:75
itk::DeformationVectorFieldTransform::Self
DeformationVectorFieldTransform Self
Definition:
itkDeformationVectorFieldTransform.h:52
itk::DeformationVectorFieldTransform::OutputVnlVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Definition:
itkDeformationVectorFieldTransform.h:77
itk::DeformationVectorFieldTransform::JacobianType
Superclass::JacobianType JacobianType
Definition:
itkDeformationVectorFieldTransform.h:71
itk::DeformationVectorFieldTransform::itkStaticConstMacro
itkStaticConstMacro(SplineOrder, unsigned int, Superclass::SplineOrder)
itk::DeformationVectorFieldTransform::InputCovariantVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
Definition:
itkDeformationVectorFieldTransform.h:74
itk::DeformationVectorFieldTransform::CoefficientImagePointer
Superclass::ImagePointer CoefficientImagePointer
Definition:
itkDeformationVectorFieldTransform.h:84
itk::DeformationVectorFieldTransform::DeformationVectorFieldTransform
DeformationVectorFieldTransform()
itk::DeformationVectorFieldTransform::InputVnlVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Definition:
itkDeformationVectorFieldTransform.h:76
itk::DeformationVectorFieldTransform::SetCoefficientVectorImage
virtual void SetCoefficientVectorImage(const CoefficientVectorImageType *vecImage)
itk::DeformationVectorFieldTransform::InputPointType
Superclass::InputPointType InputPointType
Definition:
itkDeformationVectorFieldTransform.h:78
itkAdvancedBSplineDeformableTransform.h
itk
Definition:
itkAdvancedImageToImageMetric.h:42
Generated on 1667476801 for elastix by
1.9.4