ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkTimeVaryingVelocityFieldTransform.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
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 * https://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 itkTimeVaryingVelocityFieldTransform_h
19#define itkTimeVaryingVelocityFieldTransform_h
20
22
23namespace itk
24{
25
53template <typename TParametersValueType, unsigned int VDimension>
54class ITK_TEMPLATE_EXPORT TimeVaryingVelocityFieldTransform
55 : public VelocityFieldTransform<TParametersValueType, VDimension>
56{
57public:
59
65
68
70 itkNewMacro(Self);
71
74
76 using typename Superclass::InterpolatorType;
78
81 using typename Superclass::VelocityFieldType;
82
85
87 using typename Superclass::ScalarType;
88
90 using typename Superclass::ParametersType;
95
97 using typename Superclass::DerivativeType;
98
100
102#if !defined(ITK_LEGACY_REMOVE)
105 {
106 return this->GetModifiableVelocityField();
107 }
108#endif
109 VelocityFieldType *
114 const VelocityFieldType *
116 {
117 return this->GetVelocityField();
118 }
119
120
122 virtual void
124 {
125 this->SetVelocityField(field);
126 }
127
130 void
132
133protected:
136};
137
138} // end namespace itk
139
140#ifndef ITK_MANUAL_INSTANTIATION
141# include "itkTimeVaryingVelocityFieldTransform.hxx"
142#endif
143
144#endif // itkTimeVaryingVelocityFieldTransform_h
itkOverrideGetNameOfClassMacro(TransformBaseTemplate)
ITK_DISALLOW_COPY_AND_MOVE(TransformBaseTemplate)
VectorInterpolateImageFunction< DisplacementFieldType, ScalarType > InterpolatorType
Implements transparent reference counting.
typename VelocityFieldType::Pointer TimeVaryingVelocityFieldPointer
typename Superclass::VelocityFieldInterpolatorType VelocityFieldIntegratorType
Image< OutputVectorType, VelocityFieldDimension > VelocityFieldType
typename FixedParametersType::ValueType FixedParametersValueType
VelocityFieldTransform< TParametersValueType, VDimension > Superclass
typename Transform< TParametersValueType, VDimension, VDimension >::Pointer TransformPointer
~TimeVaryingVelocityFieldTransform() override=default
virtual void SetTimeVaryingVelocityField(VelocityFieldType *field)
SmartPointer< Self > Pointer
Array< ParametersValueType > DerivativeType
virtual VelocityFieldType * GetModifiableVelocityField()
Image< OutputVectorType, VelocityFieldDimension > VelocityFieldType
OptimizerParameters< FixedParametersValueType > FixedParametersType
IdentifierType NumberOfParametersType
ParametersValueType ScalarType
virtual const VelocityFieldType * GetVelocityField() const
VectorInterpolateImageFunction< VelocityFieldType, ScalarType > VelocityFieldInterpolatorType
OptimizerParameters< ParametersValueType > ParametersType
Image< OutputVectorType, Dimension > DisplacementFieldType
virtual void SetVelocityField(VelocityFieldType *)
typename InverseTransformBaseType::Pointer InverseTransformBasePointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....