18#ifndef itkAffineTransform_h
19#define itkAffineTransform_h
98template <
typename TParametersValueType =
double,
unsigned int VDimension = 3>
175 Scale(
const TParametersValueType & factor,
bool pre =
false);
193 Rotate(
int axis1,
int axis2, TParametersValueType angle,
bool pre =
false);
209 Rotate2D(TParametersValueType angle,
bool pre =
false);
239 Shear(
int axis1,
int axis2, TParametersValueType coef,
bool pre =
false);
278#if !defined(ITK_LEGACY_REMOVE)
292#ifndef ITK_MANUAL_INSTANTIATION
293# include "itkAffineTransform.hxx"
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....