|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTimeVaryingVelocityFieldTransform_h
19 #define itkTimeVaryingVelocityFieldTransform_h
53 template <
typename TParametersValueType,
unsigned int NDimensions>
102 #if !defined(ITK_LEGACY_REMOVE)
104 GetTimeVaryingVelocityField()
106 return this->GetModifiableVelocityField();
112 return this->GetModifiableVelocityField();
114 const VelocityFieldType *
117 return this->GetVelocityField();
125 this->SetVelocityField(field);
131 IntegrateVelocityField()
override;
140 #ifndef ITK_MANUAL_INSTANTIATION
141 # include "itkTimeVaryingVelocityFieldTransform.hxx"
144 #endif // itkTimeVaryingVelocityFieldTransform_h
Class to hold and manage different parameter types used during optimization.
TParametersValueType ValueType
Base class for all vector image interpolators.
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Templated n-dimensional image class.