18 #ifndef itkTimeVaryingVelocityFieldTransform_h
19 #define itkTimeVaryingVelocityFieldTransform_h
53 template<
typename TParametersValueType,
unsigned int NDimensions>
100 #if ! defined ( ITK_FUTURE_LEGACY_REMOVE )
103 return this->GetModifiableVelocityField();
108 return this->GetModifiableVelocityField();
112 return this->GetVelocityField();
119 this->SetVelocityField( field );
124 virtual void IntegrateVelocityField() ITK_OVERRIDE;
128 virtual ~TimeVaryingVelocityFieldTransform() ITK_OVERRIDE;
131 ITK_DISALLOW_COPY_AND_ASSIGN(TimeVaryingVelocityFieldTransform);
136 #ifndef ITK_MANUAL_INSTANTIATION
137 # include "itkTimeVaryingVelocityFieldTransform.hxx"
140 #endif // itkTimeVaryingVelocityFieldTransform_h
Light weight base class for most itk classes.
TParametersValueType ValueType