18 #ifndef itkVolumeSplineKernelTransform_h
19 #define itkVolumeSplineKernelTransform_h
33 template<
typename TParametersValueType,
34 unsigned int NDimensions=3>
53 typedef typename Superclass::ScalarType
ScalarType;
63 itkStaticConstMacro(SpaceDimension,
unsigned int,
64 Superclass::SpaceDimension);
95 virtual void ComputeDeformationContribution(
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkVolumeSplineKernelTransform.hxx"
108 #endif // itkVolumeSplineKernelTransform_h
Light weight base class for most itk classes.