18#ifndef itkAffineTransform_h
19#define itkAffineTransform_h
99template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
176 Scale(
const TParametersValueType & factor,
bool pre =
false);
194 Rotate(
int axis1,
int axis2, TParametersValueType angle,
bool pre =
false);
211 Rotate2D(TParametersValueType angle,
bool pre =
false);
241 Shear(
int axis1,
int axis2, TParametersValueType coef,
bool pre =
false);
279#if !defined(ITK_LEGACY_REMOVE)
294#ifndef ITK_MANUAL_INSTANTIATION
295# include "itkAffineTransform.hxx"
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....