18#ifndef itkTimeVaryingVelocityFieldTransform_h
19#define itkTimeVaryingVelocityFieldTransform_h
53template <
typename TParametersValueType,
unsigned int VDimension>
73 using typename Superclass::InverseTransformBasePointer;
76 using typename Superclass::InterpolatorType;
80 using typename Superclass::DisplacementFieldType;
81 using typename Superclass::VelocityFieldType;
87 using typename Superclass::ScalarType;
90 using typename Superclass::ParametersType;
92 using typename Superclass::FixedParametersType;
94 using typename Superclass::NumberOfParametersType;
97 using typename Superclass::DerivativeType;
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);
140#ifndef ITK_MANUAL_INSTANTIATION
141# include "itkTimeVaryingVelocityFieldTransform.hxx"
Templated n-dimensional image class.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....