18 #ifndef itkScaleTransform_h
19 #define itkScaleTransform_h
40 template<
typename TParametersValueType=float,
41 unsigned int NDimensions=3>
113 #if !defined( ITK_LEGACY_REMOVE )
120 if (params.GetSize() != NDimensions)
122 itkWarningMacro(<<
"The ScaleTransform now has " << NDimensions <<
" fixed parameters for the Center. Ignoring fixed parameters provided.");
210 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
213 ScaleTransform(const
Self & other);
214 const
Self & operator=(const
Self &);
222 #ifndef ITK_MANUAL_INSTANTIATION
223 #include "itkScaleTransform.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional covariant vector.