18 #ifndef itkBSplineExponentialDiffeomorphicTransform_h
19 #define itkBSplineExponentialDiffeomorphicTransform_h
55 template<
typename TParametersValueType,
unsigned int NDimensions>
76 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
122 itkGetConstMacro( SplineOrder, SplineOrderType );
132 itkSetMacro( NumberOfControlPointsForTheConstantVelocityField, ArrayType );
133 itkGetConstMacro( NumberOfControlPointsForTheConstantVelocityField, ArrayType );
143 itkSetMacro( NumberOfControlPointsForTheUpdateField, ArrayType );
144 itkGetConstMacro( NumberOfControlPointsForTheUpdateField, ArrayType );
165 virtual ~BSplineExponentialDiffeomorphicTransform();
170 BSplineExponentialDiffeomorphicTransform( const
Self& );
171 void operator=( const Self& );
181 #ifndef ITK_MANUAL_INSTANTIATION
182 # include "itkBSplineExponentialDiffeomorphicTransform.hxx"
185 #endif // itkBSplineExponentialDiffeomorphicTransform_h
Light weight base class for most itk classes.
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
Class which takes a dense displacement field image and/or a set of points with associated displacemen...