18 #ifndef itkScaleLogarithmicTransform_h
19 #define itkScaleLogarithmicTransform_h
34 template<
typename TParametersValueType=float,
35 unsigned int NDimensions = 3>
55 static constexpr
unsigned int SpaceDimension = NDimensions;
56 static constexpr
unsigned int ParametersDimension = NDimensions;
116 void PrintSelf(std::ostream & os,
Indent indent)
const override;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkScaleLogarithmicTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.