18 #ifndef __itkElasticBodySplineKernelTransform_h
19 #define __itkElasticBodySplineKernelTransform_h
39 template<
class TScalarType = double,
41 unsigned int NDimensions = 3 >
62 typedef typename Superclass::ScalarType
ScalarType;
71 itkStaticConstMacro(SpaceDimension,
unsigned int, Superclass::SpaceDimension);
76 itkSetMacro(Alpha, TScalarType);
79 itkGetConstMacro(Alpha, TScalarType);
91 void PrintSelf(std::ostream & os,
Indent indent)
const;
114 void operator=(
const Self &);
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkElasticBodySplineKernelTransform.hxx"
122 #endif // __itkElasticBodySplineKernelTransform_h