18 #ifndef __itkScaleLogarithmicTransform_h
19 #define __itkScaleLogarithmicTransform_h
36 class TScalarType=float,
37 unsigned int NDimensions=3 >
56 itkStaticConstMacro(SpaceDimension,
unsigned int, NDimensions);
57 itkStaticConstMacro(ParametersDimension,
unsigned int, NDimensions);
112 void PrintSelf(std::ostream &os,
Indent indent)
const;
116 const Self & operator=(
const Self & );
123 #define ITK_TEMPLATE_ScaleLogarithmicTransform(_, EXPORT, x, y) namespace itk { \
124 _(2(class EXPORT ScaleLogarithmicTransform< ITK_TEMPLATE_2 x >)) \
125 namespace Templates { typedef ScaleLogarithmicTransform< ITK_TEMPLATE_2 x > \
126 ScaleLogarithmicTransform##y; } \
129 #if ITK_TEMPLATE_EXPLICIT
130 # include "Templates/itkScaleLogarithmicTransform+-.h"