18 #ifndef itkTimeVaryingVelocityFieldTransform_h
19 #define itkTimeVaryingVelocityFieldTransform_h
53 template <
typename TParametersValueType,
unsigned int VDimension>
76 using typename Superclass::InterpolatorType;
80 using typename Superclass::DisplacementFieldType;
81 using typename Superclass::VelocityFieldType;
90 using typename Superclass::ParametersType;
92 using typename Superclass::FixedParametersType;
94 using typename Superclass::NumberOfParametersType;
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