#include <itkCenteredAffineTransform.h>
Inheritance diagram for itk::CenteredAffineTransform:
Public Types | |
typedef CenteredAffineTransform | Self |
typedef AffineTransform< TScalarType, NDimensions > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::ScalarType | ScalarType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::OffsetType | OffsetType |
Public Methods | |
virtual const char * | GetClassName () const |
void | SetIdentity (void) |
CenteredAffineTransform::Pointer | Inverse (void) const |
void | PrintSelf (std::ostream &s, Indent indent) const |
const JacobianType & | GetJacobian (const InputPointType &point) const |
virtual void | ComputeOffset (void) |
itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) | |
itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions *(NDimensions+2)) | |
void | SetParameters (const ParametersType ¶meters) |
const ParametersType & | GetParameters (void) const |
void | SetCenter (const InputPointType ¢er) |
virtual const InputPointType & | GetCenter () |
void | SetTranslation (const OutputVectorType &translation) |
virtual const OutputVectorType & | GetTranslation () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
CenteredAffineTransform () | |
virtual | ~CenteredAffineTransform () |
void | RecomputeInverse () |
This class implements an Affine transform in which the rotation center can be explicitly selected.
Definition at line 41 of file itkCenteredAffineTransform.h.
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 48 of file itkCenteredAffineTransform.h. |
|
Standard covariant vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 69 of file itkCenteredAffineTransform.h. |
|
Standard coordinate point type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 73 of file itkCenteredAffineTransform.h. |
|
Standard vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 67 of file itkCenteredAffineTransform.h. |
|
Standard vnl_vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 71 of file itkCenteredAffineTransform.h. |
|
Jacobian Type Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 65 of file itkCenteredAffineTransform.h. |
|
Standard matrix type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 75 of file itkCenteredAffineTransform.h. |
|
Standard offset type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 76 of file itkCenteredAffineTransform.h. |
|
Standard covariant vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 70 of file itkCenteredAffineTransform.h. |
|
Standard coordinate point type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 74 of file itkCenteredAffineTransform.h. |
|
Standard vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 68 of file itkCenteredAffineTransform.h. |
|
Standard vnl_vector type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 72 of file itkCenteredAffineTransform.h. |
|
Types taken from the Superclass Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 64 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 47 of file itkCenteredAffineTransform.h. |
|
Standard scalar type for this class Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 66 of file itkCenteredAffineTransform.h. |
|
Standard typedefs Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 45 of file itkCenteredAffineTransform.h. |
|
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. Definition at line 46 of file itkCenteredAffineTransform.h. |
|
Construct an CenteredAffineTransform object * |
|
Destroy an CenteredAffineTransform object * |
|
Compute the offset using the rotation center, the matrix and the final translation. |
|
Set and Get the center of rotation |
|
Run-time type information (and related methods). Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
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::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::AffineTransform< TScalarType, NDimensions >. |
|
Set and Get the Translation to be applied after rotation |
|
Find inverse of an affine transformation This method creates and returns a new CenteredAffineTransform object which is the inverse of self. If self is not invertible, an exception is thrown. * Reimplemented from itk::AffineTransform< TScalarType, 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 >. |
|
Print contents of an CenteredAffineTransform Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
Recompute inverse of the transformation matrix * Reimplemented from itk::AffineTransform< TScalarType, NDimensions >. |
|
Set and Get the center of rotation |
|
Set the transformation to an Identity This sets the matrix to identity and the Offset to null. 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::AffineTransform< TScalarType, NDimensions >. |
|
Set and Get the Translation to be applied after rotation |