18 #ifndef __itkBSplineBaseTransform_h
19 #define __itkBSplineBaseTransform_h
33 template <
typename TScalar = double,
unsigned int NDimensions = 3,
34 unsigned int VSplineOrder = 3>
36 public Transform<TScalar, NDimensions, NDimensions>
52 itkStaticConstMacro(
SplineOrder,
unsigned int, VSplineOrder );
255 itkExceptionMacro( <<
"Method not applicable for deformable transform." );
263 itkExceptionMacro( <<
"Method not applicable for deformable transform. " );
272 itkExceptionMacro( <<
"Method not applicable for deformable transfrom. " );
284 itkExceptionMacro( <<
"ComputeJacobianWithRespectToPosition not yet implemented "
379 #ifndef ITK_MANUAL_INSTANTIATION
380 #include "itkBSplineBaseTransform.hxx"
Light weight base class for most itk classes.
An image region represents a structured region of data.
A templated class holding a n-Dimensional vector.
A templated class holding a point in n-Dimensional image space.
Control indentation during Print() invocation.
A templated class holding a geometric point in n-Dimensional space.
Returns the weights over the support region used for B-spline interpolation/reconstruction.
A templated class holding a n-Dimensional covariant vector.
Templated n-dimensional image class.