18 #ifndef itkTimeVaryingVelocityFieldTransformParametersAdaptor_h
19 #define itkTimeVaryingVelocityFieldTransformParametersAdaptor_h
63 template<
typename TTransform>
89 typedef typename TimeVaryingVelocityFieldType::PointType
PointType;
90 typedef typename TimeVaryingVelocityFieldType::SizeType
SizeType;
91 typedef typename TimeVaryingVelocityFieldType::DirectionType
DirectionType;
92 typedef typename TimeVaryingVelocityFieldType::SpacingType
SpacingType;
95 itkStaticConstMacro(
TotalDimension,
unsigned int, TransformType::Dimension + 1 );
126 ~TimeVaryingVelocityFieldTransformParametersAdaptor();
129 TimeVaryingVelocityFieldTransformParametersAdaptor( const
Self & );
130 void operator=( const Self & );
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkTimeVaryingVelocityFieldTransformParametersAdaptor.hxx"
Light weight base class for most itk classes.