#include <itkEuler3DTransform.h>
Inheritance diagram for itk::Euler3DTransform< TScalarType >:
This transform applies a rotation and translation to the space given 3 euler angles and a 3D offset.
Definition at line 34 of file itkEuler3DTransform.h.
|
Definition at line 69 of file itkEuler3DTransform.h. |
|
Definition at line 68 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 42 of file itkEuler3DTransform.h. |
|
CovariantVector type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 83 of file itkEuler3DTransform.h. |
|
Point type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 75 of file itkEuler3DTransform.h. |
|
Vector type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 79 of file itkEuler3DTransform.h. |
|
VnlVector type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 87 of file itkEuler3DTransform.h. |
|
Jacobian type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 61 of file itkEuler3DTransform.h. |
|
Offset type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 72 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 84 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 76 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 80 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 88 of file itkEuler3DTransform.h. |
|
Parameters type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 58 of file itkEuler3DTransform.h. |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 41 of file itkEuler3DTransform.h. |
|
Scalar type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 55 of file itkEuler3DTransform.h. |
|
Standard class typedefs. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 39 of file itkEuler3DTransform.h. Referenced by itk::Euler3DTransform< TScalarType >::~Euler3DTransform(). |
|
Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 40 of file itkEuler3DTransform.h. |
|
Versor type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 67 of file itkEuler3DTransform.h. |
|
VnlQuaternion type. Reimplemented from itk::Rigid3DTransform< TScalarType >. Definition at line 64 of file itkEuler3DTransform.h. |
|
Dimension of parameters. Definition at line 51 of file itkEuler3DTransform.h. |
|
|
|
Definition at line 111 of file itkEuler3DTransform.h. References itk::Euler3DTransform< TScalarType >::Self. |
|
Compute the components of the rotation matrix in the superclass. |
|
Definition at line 107 of file itkEuler3DTransform.h. |
|
Run-time type information (and related methods). Reimplemented from itk::Rigid3DTransform< 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::Rigid3DTransform< TScalarType >.
|
|
Set/Get the transformation from a container of parameters This is typically used by optimizers. There are 6 parameters. The first three represent the angles to rotate around the coordinate axis, and the last three represents the offset. Reimplemented from itk::Transform< TScalarType, 3, 3 >.
|
|
New macro for creation of through a Smart Pointer. Reimplemented from itk::Rigid3DTransform< TScalarType >.
|
|
Print contents of an Rigid3DTransform Reimplemented from itk::Rigid3DTransform< TScalarType >.
|
|
Set/Get the transformation from a container of parameters This is typically used by optimizers. There are 6 parameters. The first three represent the angles to rotate around the coordinate axis, and the last three represents the offset. Reimplemented from itk::Transform< TScalarType, 3, 3 >.
|
|
Set the rotational part of the transform. |