18 #ifndef itkTimeVaryingVelocityFieldTransform_h
19 #define itkTimeVaryingVelocityFieldTransform_h
53 template<
typename TParametersValueType,
unsigned int NDimensions>
102 #if ! defined ( ITK_LEGACY_REMOVE )
105 return this->GetModifiableVelocityField();
110 return this->GetModifiableVelocityField();
114 return this->GetVelocityField();
121 this->SetVelocityField( field );
126 void IntegrateVelocityField()
override;
135 #ifndef ITK_MANUAL_INSTANTIATION
136 # include "itkTimeVaryingVelocityFieldTransform.hxx"
139 #endif // itkTimeVaryingVelocityFieldTransform_h
Light weight base class for most itk classes.
Class to hold and manage different parameter types used during optimization.
TParametersValueType ValueType
Base class for all vector image interpolaters.
Templated n-dimensional image class.