18 #ifndef __itkVelocityFieldTransform_h
19 #define __itkVelocityFieldTransform_h
36 <
class TScalar,
unsigned int NDimensions>
87 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
130 itkGetConstReferenceMacro( VelocityFieldSetTime,
unsigned long );
154 itkSetClampMacro( LowerTimeBound,
ScalarType, 0.0, 1.0 );
160 itkGetConstMacro( LowerTimeBound,
ScalarType );
166 itkSetClampMacro( UpperTimeBound,
ScalarType, 0.0, 1.0 );
172 itkGetConstMacro( UpperTimeBound,
ScalarType );
177 itkSetMacro( NumberOfIntegrationSteps,
unsigned int );
182 itkGetConstMacro( NumberOfIntegrationSteps,
unsigned int );
222 #ifndef ITK_MANUAL_INSTANTIATION
223 #include "itkVelocityFieldTransform.hxx"
226 #endif // __itkVelocityFieldTransform_h
Superclass::RegionType RegionType
Light weight base class for most itk classes.
Represent the size (bounds) of a n-dimensional image.
Class to hold and manage parameters of type Image<Vector<...>,...>, used in Transforms, etc.
Class to hold and manage different parameter types used during optimization.
Superclass::IndexType IndexType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
Templated n-dimensional image class.