18 #ifndef __itkBSplineExponentialDiffeomorphicTransform_h
19 #define __itkBSplineExponentialDiffeomorphicTransform_h
55 template<
typename TScalar,
unsigned int NDimensions>
76 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
128 itkSetMacro( NumberOfControlPointsForTheConstantVelocityField,
ArrayType );
129 itkGetConstMacro( NumberOfControlPointsForTheConstantVelocityField,
ArrayType );
139 itkSetMacro( NumberOfControlPointsForTheUpdateField,
ArrayType );
140 itkGetConstMacro( NumberOfControlPointsForTheUpdateField,
ArrayType );
177 #ifndef ITK_MANUAL_INSTANTIATION
178 # include "itkBSplineExponentialDiffeomorphicTransform.hxx"
181 #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 displacement field image and smooths it using B-splines. The inverse can also be ...