18 #ifndef __itkTimeVaryingVelocityFieldTransform_h
19 #define __itkTimeVaryingVelocityFieldTransform_h
53 template<
class TScalar,
unsigned int NDimensions>
98 #if ! defined ( ITK_FUTURE_LEGACY_REMOVE )
99 typename VelocityFieldType::Pointer GetTimeVaryingVelocityField()
101 return this->GetModifiableVelocityField();
104 typename VelocityFieldType::Pointer GetModifiableTimeVaryingVelocityField()
106 return this->GetModifiableVelocityField();
108 typename VelocityFieldType::ConstPointer GetTimeVaryingVelocityField()
const
110 return this->GetVelocityField();
117 this->SetVelocityField( field );
122 virtual void IntegrateVelocityField();
130 void operator=(
const Self& );
135 #ifndef ITK_MANUAL_INSTANTIATION
136 # include "itkTimeVaryingVelocityFieldTransform.hxx"
139 #endif // __itkTimeVaryingVelocityFieldTransform_h