Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Euler2DTransform< TScalarType > Class Template Reference
[Transforms]

Euler2DTransform of a vector space (e.g. space coordinates). More...

#include <itkEuler2DTransform.h>

Inheritance diagram for itk::Euler2DTransform< TScalarType >:

Inheritance graph
[legend]
Collaboration diagram for itk::Euler2DTransform< TScalarType >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Euler2DTransform Self
typedef Rigid2DTransform<
TScalarType > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::ScalarType ScalarType
typedef Superclass::ParametersType ParametersType
typedef Superclass::JacobianType JacobianType
typedef Superclass::OffsetType OffsetType
typedef Superclass::InputPointType InputPointType
typedef Superclass::OutputPointType OutputPointType
typedef Superclass::InputVectorType InputVectorType
typedef Superclass::OutputVectorType OutputVectorType
typedef Superclass::InputCovariantVectorType InputCovariantVectorType
typedef Superclass::OutputCovariantVectorType OutputCovariantVectorType
typedef Superclass::InputVnlVectorType InputVnlVectorType
typedef Superclass::OutputVnlVectorType OutputVnlVectorType

Public Member Functions

virtual const char * GetClassName () const
void SetParameters (const ParametersType &parameters)
const ParametersTypeGetParameters (void) const
void SetRotation (TScalarType angle)
const JacobianTypeGetJacobian (const InputPointType &point) const
virtual void SetIdentity (void)
 itkStaticConstMacro (SpaceDimension, unsigned int, 2)
 itkStaticConstMacro (ParametersDimension, unsigned int, 3)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 Euler2DTransform ()
 ~Euler2DTransform ()
void PrintSelf (std::ostream &os, Indent indent) const
void ComputeMatrix (void)

Detailed Description

template<class TScalarType = double>
class itk::Euler2DTransform< TScalarType >

Euler2DTransform of a vector space (e.g. space coordinates).

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.


Member Typedef Documentation

template<class TScalarType = double>
typedef SmartPointer<const Self> itk::Euler2DTransform< TScalarType >::ConstPointer
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 43 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::InputCovariantVectorType itk::Euler2DTransform< TScalarType >::InputCovariantVectorType
 

CovariantVector type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 77 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::InputPointType itk::Euler2DTransform< TScalarType >::InputPointType
 

Point type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 69 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::InputVectorType itk::Euler2DTransform< TScalarType >::InputVectorType
 

Vector type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 73 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::InputVnlVectorType itk::Euler2DTransform< TScalarType >::InputVnlVectorType
 

VnlVector type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 81 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::JacobianType itk::Euler2DTransform< TScalarType >::JacobianType
 

Jacobian type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 63 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::OffsetType itk::Euler2DTransform< TScalarType >::OffsetType
 

Offset type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 66 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::OutputCovariantVectorType itk::Euler2DTransform< TScalarType >::OutputCovariantVectorType
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 78 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::OutputPointType itk::Euler2DTransform< TScalarType >::OutputPointType
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 70 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::OutputVectorType itk::Euler2DTransform< TScalarType >::OutputVectorType
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 74 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::OutputVnlVectorType itk::Euler2DTransform< TScalarType >::OutputVnlVectorType
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 82 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::ParametersType itk::Euler2DTransform< TScalarType >::ParametersType
 

Parameters type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 60 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef SmartPointer<Self> itk::Euler2DTransform< TScalarType >::Pointer
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 42 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Superclass::ScalarType itk::Euler2DTransform< TScalarType >::ScalarType
 

Scalar type.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 57 of file itkEuler2DTransform.h.

template<class TScalarType = double>
typedef Euler2DTransform itk::Euler2DTransform< TScalarType >::Self
 

Standard class typedefs.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 40 of file itkEuler2DTransform.h.

Referenced by itk::Euler2DTransform< TScalarType >::~Euler2DTransform().

template<class TScalarType = double>
typedef Rigid2DTransform< TScalarType > itk::Euler2DTransform< TScalarType >::Superclass
 

Reimplemented from itk::Rigid2DTransform< TScalarType >.

Definition at line 41 of file itkEuler2DTransform.h.


Constructor & Destructor Documentation

template<class TScalarType = double>
itk::Euler2DTransform< TScalarType >::Euler2DTransform  )  [protected]
 

template<class TScalarType = double>
itk::Euler2DTransform< TScalarType >::~Euler2DTransform  )  [inline, protected]
 

Definition at line 113 of file itkEuler2DTransform.h.

References itk::Euler2DTransform< TScalarType >::Self.


Member Function Documentation

template<class TScalarType = double>
void itk::Euler2DTransform< TScalarType >::ComputeMatrix void   )  [protected]
 

Compute the components of the rotation matrix in the superclass.

template<class TScalarType = double>
virtual const char* itk::Euler2DTransform< TScalarType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::Rigid2DTransform< TScalarType >.

template<class TScalarType = double>
const JacobianType& itk::Euler2DTransform< TScalarType >::GetJacobian const InputPointType point  )  const [virtual]
 

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

template<class TScalarType = double>
const ParametersType& itk::Euler2DTransform< TScalarType >::GetParameters void   )  const [virtual]
 

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

template<class TScalarType = double>
itk::Euler2DTransform< TScalarType >::itkStaticConstMacro ParametersDimension  ,
unsigned  int,
 

Dimension of parameters.

template<class TScalarType = double>
itk::Euler2DTransform< TScalarType >::itkStaticConstMacro SpaceDimension  ,
unsigned  int,
 

Dimension of parameters.

template<class TScalarType = double>
Pointer itk::Euler2DTransform< TScalarType >::New  )  [static]
 

New macro for creation of through a Smart Pointer.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

template<class TScalarType = double>
void itk::Euler2DTransform< TScalarType >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

Print contents of an Rigid2DTransform

Reimplemented from itk::Rigid2DTransform< TScalarType >.

template<class TScalarType = double>
virtual void itk::Euler2DTransform< TScalarType >::SetIdentity void   )  [virtual]
 

Set the transformation to an Identity This sets the matrix to identity and the Offset to null.

Reimplemented from itk::Rigid2DTransform< TScalarType >.

template<class TScalarType = double>
void itk::Euler2DTransform< TScalarType >::SetParameters const ParametersType parameters  )  [virtual]
 

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

template<class TScalarType = double>
void itk::Euler2DTransform< TScalarType >::SetRotation TScalarType  angle  ) 
 

Set the rotational part of the transform.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:01:16 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000