#include <itkEuler2DTransform.h>
Inheritance diagram for itk::Euler2DTransform< TScalarType >:
This transform applies a rotation and translation to the space given one angle for rotation and a 2D offset for translation.
Definition at line 35 of file itkEuler2DTransform.h.
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 43 of file itkEuler2DTransform.h. |
|
CovariantVector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 77 of file itkEuler2DTransform.h. |
|
Point type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 69 of file itkEuler2DTransform.h. |
|
Vector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 73 of file itkEuler2DTransform.h. |
|
VnlVector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 81 of file itkEuler2DTransform.h. |
|
Jacobian type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 63 of file itkEuler2DTransform.h. |
|
Offset type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 66 of file itkEuler2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 78 of file itkEuler2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 70 of file itkEuler2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 74 of file itkEuler2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 82 of file itkEuler2DTransform.h. |
|
Parameters type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 60 of file itkEuler2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 42 of file itkEuler2DTransform.h. |
|
Scalar type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 57 of file itkEuler2DTransform.h. |
|
Standard class typedefs. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 40 of file itkEuler2DTransform.h. Referenced by itk::Euler2DTransform< TScalarType >::~Euler2DTransform(). |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 41 of file itkEuler2DTransform.h. |
|
|
|
Definition at line 113 of file itkEuler2DTransform.h. References itk::Euler2DTransform< TScalarType >::Self. |
|
Compute the components of the rotation matrix in the superclass. |
|
Run-time type information (and related methods). Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
This method computes the Jacobian matrix of the transformation. given point or vector, returning the transformed point or vector. The rank of the Jacobian will also indicate if the transform is invertible at this point. Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
Get the parameters that uniquely define the transform This is typically used by optimizers. There are 3 parameters. The first one represents the angle or rotation in radians and the last two represents the offset. Reimplemented from itk::Transform< TScalarType, 2, 2 >.
|
|
Dimension of parameters. |
|
Dimension of parameters. |
|
New macro for creation of through a Smart Pointer. Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
Print contents of an Rigid2DTransform Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
Set the transformation to an Identity This sets the matrix to identity and the Offset to null. Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
Set the transformation from a container of parameters This is typically used by optimizers. There are 3 parameters. The first one represents the angle of rotation in radians and the last two represents the offset. Reimplemented from itk::Transform< TScalarType, 2, 2 >.
|
|
Set the rotational part of the transform. |