|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkEuler2DTransform_h
19 #define itkEuler2DTransform_h
40 template <
typename TParametersValueType =
double>
59 static constexpr
unsigned int SpaceDimension = 2;
60 static constexpr
unsigned int ParametersDimension = 3;
65 using typename Superclass::ParametersType;
66 using typename Superclass::FixedParametersType;
100 CloneInverseTo(
Pointer & result)
const;
104 GetInverse(
Self * inverse)
const;
108 GetInverseTransform()
const override;
115 CloneTo(
Pointer & result)
const;
124 this->ComputeMatrixParameters();
133 PrintSelf(std::ostream & os,
Indent indent)
const override;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 # include "itkEuler2DTransform.hxx"
SmartPointer< Self > Pointer
A templated class holding a n-Dimensional vector.
Control indentation during Print() invocation.
A templated class holding a n-Dimensional covariant vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a geometric point in n-Dimensional space.
Array2D class representing a 2D array.