ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
itk::CenteredAffineTransform< TScalarType, NDimensions > Class Template Reference

Affine transformation with a specified center of rotation. More...

#include <itkCenteredAffineTransform.h>

Inheritance diagram for itk::CenteredAffineTransform< TScalarType, NDimensions >:
Collaboration diagram for itk::CenteredAffineTransform< TScalarType, NDimensions >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::InputCovariantVectorType 
InputCovariantVectorType
typedef Superclass::InputPointType InputPointType
typedef
Superclass::InputPointValueType 
InputPointValueType
typedef Superclass::InputVectorType InputVectorType
typedef
Superclass::InputVnlVectorType 
InputVnlVectorType
typedef
InverseTransformBaseType::Pointer 
InverseTransformBasePointer
typedef
Superclass::InverseTransformBaseType 
InverseTransformBaseType
typedef Superclass::JacobianType JacobianType
typedef Superclass::MatrixType MatrixType
typedef Superclass::MatrixValueType MatrixValueType
typedef Superclass::OffsetType OffsetType
typedef
Superclass::OutputCovariantVectorType 
OutputCovariantVectorType
typedef Superclass::OutputPointType OutputPointType
typedef
Superclass::OutputVectorType 
OutputVectorType
typedef
Superclass::OutputVectorValueType 
OutputVectorValueType
typedef
Superclass::OutputVnlVectorType 
OutputVnlVectorType
typedef Superclass::ParametersType ParametersType
typedef
Superclass::ParametersValueType 
ParametersValueType
typedef SmartPointer< SelfPointer
typedef Superclass::ScalarType ScalarType
typedef CenteredAffineTransform Self
typedef AffineTransform
< TScalarType, NDimensions > 
Superclass

Public Member Functions

virtual void ComputeJacobianWithRespectToParameters (const InputPointType &p, JacobianType &jacobian) const
virtual ::itk::LightObject::Pointer CreateAnother (void) const
bool GetInverse (Self *inverse) const
virtual InverseTransformBasePointer GetInverseTransform () const
virtual const char * GetNameOfClass () const
const ParametersTypeGetParameters (void) const
void SetParameters (const ParametersType &parameters)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int SpaceDimension = NDimensions
static const unsigned int ParametersDimension = NDimensions * ( NDimensions + 2 )

Protected Member Functions

 CenteredAffineTransform ()
virtual ~CenteredAffineTransform ()
 CenteredAffineTransform (const Self &other)
const Selfoperator= (const Self &)

Detailed Description

template<class TScalarType = double, unsigned int NDimensions = 3>
class itk::CenteredAffineTransform< TScalarType, NDimensions >

Affine transformation with a specified center of rotation.

This class implements an Affine transform in which the rotation center can be explicitly selected.

Definition at line 37 of file itkCenteredAffineTransform.h.


Member Typedef Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef SmartPointer<const Self> itk::CenteredAffineTransform< TScalarType, NDimensions >::ConstPointer

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 45 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputCovariantVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputCovariantVectorType

Standard covariant vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 67 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputPointType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputPointType

Standard coordinate point type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 73 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputPointValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputPointValueType

Standard coordinate point type for this class

Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.

Definition at line 74 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputVectorType

Standard vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 64 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputVnlVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputVnlVectorType

Standard vnl_vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 71 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef InverseTransformBaseType::Pointer itk::CenteredAffineTransform< TScalarType, NDimensions >::InverseTransformBasePointer

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 84 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InverseTransformBaseType itk::CenteredAffineTransform< TScalarType, NDimensions >::InverseTransformBaseType

Base inverse transform type. This type should not be changed to the concrete inverse transform type or inheritance would be lost.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 83 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::JacobianType itk::CenteredAffineTransform< TScalarType, NDimensions >::JacobianType

Jacobian Type

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 62 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::MatrixType itk::CenteredAffineTransform< TScalarType, NDimensions >::MatrixType

Standard matrix type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 77 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::MatrixValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::MatrixValueType

Standard matrix type for this class

Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.

Definition at line 78 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OffsetType itk::CenteredAffineTransform< TScalarType, NDimensions >::OffsetType

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 79 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OutputCovariantVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputCovariantVectorType

Standard covariant vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 69 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OutputPointType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputPointType

Standard coordinate point type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 76 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OutputVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVectorType

Standard vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 65 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OutputVectorValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVectorValueType

Standard vector type for this class

Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.

Definition at line 75 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::OutputVnlVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVnlVectorType

Standard vnl_vector type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 72 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::ParametersType itk::CenteredAffineTransform< TScalarType, NDimensions >::ParametersType

Types taken from the Superclass

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 60 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::ParametersValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::ParametersValueType

Type of the input parameters.

Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.

Definition at line 61 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef SmartPointer<Self> itk::CenteredAffineTransform< TScalarType, NDimensions >::Pointer

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 44 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::ScalarType itk::CenteredAffineTransform< TScalarType, NDimensions >::ScalarType

Standard scalar type for this class

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 63 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef CenteredAffineTransform itk::CenteredAffineTransform< TScalarType, NDimensions >::Self

Standard typedefs

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 42 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef AffineTransform<TScalarType, NDimensions> itk::CenteredAffineTransform< TScalarType, NDimensions >::Superclass

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 43 of file itkCenteredAffineTransform.h.


Constructor & Destructor Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
itk::CenteredAffineTransform< TScalarType, NDimensions >::CenteredAffineTransform ( ) [protected]

Construct an CenteredAffineTransform object

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual itk::CenteredAffineTransform< TScalarType, NDimensions >::~CenteredAffineTransform ( ) [protected, virtual]

Destroy an CenteredAffineTransform object

template<class TScalarType = double, unsigned int NDimensions = 3>
itk::CenteredAffineTransform< TScalarType, NDimensions >::CenteredAffineTransform ( const Self other) [private]

Destroy an CenteredAffineTransform object


Member Function Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::CenteredAffineTransform< TScalarType, NDimensions >::ComputeJacobianWithRespectToParameters ( const InputPointType p,
JacobianType jacobian 
) const [virtual]

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.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual::itk::LightObject::Pointer itk::CenteredAffineTransform< TScalarType, NDimensions >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
bool itk::CenteredAffineTransform< TScalarType, NDimensions >::GetInverse ( Self inverse) const

Get an inverse of this transform.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual InverseTransformBasePointer itk::CenteredAffineTransform< TScalarType, NDimensions >::GetInverseTransform ( ) const [virtual]

Return an inverse of this transform.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const char* itk::CenteredAffineTransform< TScalarType, NDimensions >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
const ParametersType& itk::CenteredAffineTransform< TScalarType, NDimensions >::GetParameters ( void  ) const [virtual]

Get the Transformation Parameters.

Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
static Pointer itk::CenteredAffineTransform< TScalarType, NDimensions >::New ( ) [static]

New macro for creation of through a Smart Pointer

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
const Self& itk::CenteredAffineTransform< TScalarType, NDimensions >::operator= ( const Self ) [private]
template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::CenteredAffineTransform< TScalarType, NDimensions >::SetParameters ( const ParametersType parameters) [virtual]

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 >.


Member Data Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
const unsigned int itk::CenteredAffineTransform< TScalarType, NDimensions >::ParametersDimension = NDimensions * ( NDimensions + 2 ) [static]

Dimension of the domain space.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 56 of file itkCenteredAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
const unsigned int itk::CenteredAffineTransform< TScalarType, NDimensions >::SpaceDimension = NDimensions [static]

Dimension of the domain space.

Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.

Definition at line 54 of file itkCenteredAffineTransform.h.


The documentation for this class was generated from the following file: