18 #ifndef __itkConstantVelocityFieldTransform_h
19 #define __itkConstantVelocityFieldTransform_h
36 <
class TScalar,
unsigned int NDimensions>
87 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
134 itkGetConstReferenceMacro( ConstantVelocityFieldSetTime,
ModifiedTimeType );
149 itkSetMacro( CalculateNumberOfIntegrationStepsAutomatically,
bool );
150 itkGetConstMacro( CalculateNumberOfIntegrationStepsAutomatically,
bool );
151 itkBooleanMacro( CalculateNumberOfIntegrationStepsAutomatically );
157 itkSetClampMacro( LowerTimeBound,
ScalarType, 0, 1 );
163 itkGetConstMacro( LowerTimeBound,
ScalarType );
169 itkSetClampMacro( UpperTimeBound,
ScalarType, 0, 1 );
175 itkGetConstMacro( UpperTimeBound,
ScalarType );
180 itkSetMacro( NumberOfIntegrationSteps,
unsigned int );
185 itkGetConstMacro( NumberOfIntegrationSteps,
unsigned int );
228 #ifndef ITK_MANUAL_INSTANTIATION
229 #include "itkConstantVelocityFieldTransform.hxx"
232 #endif // __itkConstantVelocityFieldTransform_h
Superclass::RegionType RegionType
Light weight base class for most itk classes.
Represent the size (bounds) of a n-dimensional image.
unsigned long ModifiedTimeType
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.