Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Member Functions | Protected Member Functions
itk::FixedRotationSimilarity3DTransform< TScalarType > Class Template Reference

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

#include <Modules/CLI/MultiResolutionAffineRegistration/itkFixedRotationSimilarity3DTransform.h>

List of all members.

Public Types

typedef Superclass::CenterType CenterType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::InputCovariantVectorType 
InputCovariantVectorType
typedef Superclass::InputPointType InputPointType
typedef Superclass::InputVectorType InputVectorType
typedef
Superclass::InputVnlVectorType 
InputVnlVectorType
typedef
Superclass::InverseMatrixType 
InverseMatrixType
typedef Superclass::JacobianType JacobianType
typedef Superclass::MatrixType MatrixType
typedef Superclass::OffsetType OffsetType
typedef
Superclass::OutputCovariantVectorType 
OutputCovariantVectorType
typedef Superclass::OutputPointType OutputPointType
typedef
Superclass::OutputVectorType 
OutputVectorType
typedef
Superclass::OutputVnlVectorType 
OutputVnlVectorType
typedef Superclass::ParametersType ParametersType
typedef SmartPointer< SelfPointer
typedef Superclass::ScalarType ScalarType
typedef
FixedRotationSimilarity3DTransform 
Self
typedef Similarity3DTransform
< TScalarType > 
Superclass
typedef Superclass::TranslationType TranslationType

Public Member Functions

virtual void ComputeJacobianWithRespectToParameters (const InputPointType &p, JacobianType &jacobian) const
virtual const JacobianTypeGetJacobian (const InputPointType &point) const
virtual const ParametersTypeGetParameters (void) const
 itkNewMacro (Self)
 itkStaticConstMacro (InputSpaceDimension, unsigned int, 3)
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, 3)
 itkStaticConstMacro (ParametersDimension, unsigned int, 4)
 itkStaticConstMacro (SpaceDimension, unsigned int, 3)
 itkTypeMacro (FixedRotationSimilarity3DTransform, Similarity3DTransform)
virtual void SetIdentity ()
virtual void SetParameters (const ParametersType &parameters)

Protected Member Functions

 FixedRotationSimilarity3DTransform (const MatrixType &matrix, const OutputVectorType &offset)
 FixedRotationSimilarity3DTransform (unsigned int paramDim)
 FixedRotationSimilarity3DTransform ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual ~FixedRotationSimilarity3DTransform ()

Detailed Description

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

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

This transform applies a rotation, translation and scaling to the space. Only scaling and translation are available as optimized parameters and rotation is treated as a fixed preset.

The parameters for this transform can be set either using individual Set methods or in serialized form using SetParameters() and SetFixedParameters().

The serialization of the optimizable parameters is an array of 9 elements. The first 3 elements are the components of the versor representation of 3D rotation. The next 3 parameters defines the translation in each dimension. The last parameter defines the anisotropic scaling.

The serialization of the fixed parameters is an array of 3 elements defining the center of rotation.

See also:
VersorRigid3DTransform

Definition at line 53 of file itkFixedRotationSimilarity3DTransform.h.


Member Typedef Documentation

template<class TScalarType = double>
typedef Superclass::CenterType itk::FixedRotationSimilarity3DTransform< TScalarType >::CenterType

Definition at line 92 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 61 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 87 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 80 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 82 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 84 of file itkFixedRotationSimilarity3DTransform.h.

template<class TScalarType = double>
typedef Superclass::InverseMatrixType itk::FixedRotationSimilarity3DTransform< TScalarType >::InverseMatrixType

Definition at line 91 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 78 of file itkFixedRotationSimilarity3DTransform.h.

template<class TScalarType = double>
typedef Superclass::MatrixType itk::FixedRotationSimilarity3DTransform< TScalarType >::MatrixType

Definition at line 90 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 93 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 89 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 81 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 83 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 85 of file itkFixedRotationSimilarity3DTransform.h.

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

Parameters Type

Definition at line 77 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 60 of file itkFixedRotationSimilarity3DTransform.h.

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

Definition at line 79 of file itkFixedRotationSimilarity3DTransform.h.

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

Standard class typedefs.

Definition at line 58 of file itkFixedRotationSimilarity3DTransform.h.

template<class TScalarType = double>
typedef Similarity3DTransform<TScalarType> itk::FixedRotationSimilarity3DTransform< TScalarType >::Superclass

Definition at line 59 of file itkFixedRotationSimilarity3DTransform.h.

template<class TScalarType = double>
typedef Superclass::TranslationType itk::FixedRotationSimilarity3DTransform< TScalarType >::TranslationType

Definition at line 94 of file itkFixedRotationSimilarity3DTransform.h.


Constructor & Destructor Documentation

template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::FixedRotationSimilarity3DTransform ( const MatrixType matrix,
const OutputVectorType offset 
) [protected]
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::FixedRotationSimilarity3DTransform ( unsigned int  paramDim) [protected]
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::FixedRotationSimilarity3DTransform ( ) [protected]
template<class TScalarType = double>
virtual itk::FixedRotationSimilarity3DTransform< TScalarType >::~FixedRotationSimilarity3DTransform ( ) [inline, protected, virtual]

Definition at line 125 of file itkFixedRotationSimilarity3DTransform.h.


Member Function Documentation

template<class TScalarType = double>
virtual void itk::FixedRotationSimilarity3DTransform< TScalarType >::ComputeJacobianWithRespectToParameters ( const InputPointType p,
JacobianType jacobian 
) const [virtual]
template<class TScalarType = double>
virtual const JacobianType& itk::FixedRotationSimilarity3DTransform< 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.

template<class TScalarType = double>
virtual const ParametersType& itk::FixedRotationSimilarity3DTransform< TScalarType >::GetParameters ( void  ) const [virtual]
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkNewMacro ( Self  )

New macro for creation of through a Smart Pointer.

template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkStaticConstMacro ( InputSpaceDimension  ,
unsigned  int,
 
)
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkStaticConstMacro ( OutputSpaceDimension  ,
unsigned  int,
 
)
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkStaticConstMacro ( SpaceDimension  ,
unsigned  int,
 
)

Dimension of parameters.

template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkStaticConstMacro ( ParametersDimension  ,
unsigned  int,
 
)
template<class TScalarType = double>
itk::FixedRotationSimilarity3DTransform< TScalarType >::itkTypeMacro ( FixedRotationSimilarity3DTransform< TScalarType >  ,
Similarity3DTransform   
)

Run-time type information (and related methods).

template<class TScalarType = double>
virtual void itk::FixedRotationSimilarity3DTransform< TScalarType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]
template<class TScalarType = double>
virtual void itk::FixedRotationSimilarity3DTransform< TScalarType >::SetIdentity ( ) [virtual]
template<class TScalarType = double>
virtual void itk::FixedRotationSimilarity3DTransform< TScalarType >::SetParameters ( const ParametersType parameters) [virtual]

Directly set the rotation matrix of the transform.

Warning:
The input matrix must be orthogonal with isotropic scaling to within a specified tolerance, else an exception is thrown.
See also:
MatrixOffsetTransformBase::SetMatrix() Set the transformation from a container of parameters This is typically used by optimizers. There are 4 parameters. The first three represent the translation, the next one represents the uniform scale.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines