#include <itkCenteredAffineTransform.h>
Inheritance diagram for itk::CenteredAffineTransform< TScalarType, NDimensions >:
This class implements an Affine transform in which the rotation center can be explicitly selected. Note that the method "ComputeOffset()" must be called just before using the transform for mapping points, vectors or covariantvectors. This is necessary for updating the offset of the transform taking into account the center of rotation.
Definition at line 44 of file itkCenteredAffineTransform.h.
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 51 of file itkCenteredAffineTransform.h. |
|
Standard covariant vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 72 of file itkCenteredAffineTransform.h. |
|
Standard coordinate point type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 76 of file itkCenteredAffineTransform.h. |
|
Standard vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 70 of file itkCenteredAffineTransform.h. |
|
Standard vnl_vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 74 of file itkCenteredAffineTransform.h. |
|
Jacobian Type Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 68 of file itkCenteredAffineTransform.h. |
|
Standard matrix type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 78 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 79 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 73 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 77 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 71 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 75 of file itkCenteredAffineTransform.h. |
|
Types taken from the Superclass Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 67 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 50 of file itkCenteredAffineTransform.h. |
|
Standard scalar type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 69 of file itkCenteredAffineTransform.h. |
|
Standard typedefs Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 48 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 49 of file itkCenteredAffineTransform.h. |
|
Construct an CenteredAffineTransform object * |
|
Destroy an CenteredAffineTransform object * |
|
Compute the Jacobian of the transformation 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::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >. |
|
Run-time type information (and related methods). Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
Set/Get the transformation from a container of parameters. The first (NDimension x NDimension) parameters define the matrix, the next N parameters define the center of rotation and the last N parameters define the translation to be applied after the coordinate system has been restored to the rotation center. Note that the Offset of the superclass is no longer in the parameters array since it is fully dependent on the rotation center and the translation parameters. Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >. |
|
Dimension of the domain space. |
|
Dimension of the domain space. Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
New macro for creation of through a Smart Pointer Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
Set/Get the transformation from a container of parameters. The first (NDimension x NDimension) parameters define the matrix, the next N parameters define the center of rotation and the last N parameters define the translation to be applied after the coordinate system has been restored to the rotation center. Note that the Offset of the superclass is no longer in the parameters array since it is fully dependent on the rotation center and the translation parameters. Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >. |