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

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

#include <itkFixedCenterOfRotationAffineTransform.h>

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

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
FixedCenterOfRotationAffineTransform 
Self
typedef
ScalableAffineTransform
< TScalarType, NDimensions > 
Superclass
typedef Superclass::TranslationType TranslationType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
const MatrixTypeGetMatrixComponent () const
virtual const char * GetNameOfClass () const
const OffsetTypeGetOffsetComponent (void) const
void SetMatrixComponent (const MatrixType &matrix)
void SetOffsetComponent (const OffsetType &offset)
void SetCenterOfRotationComponent (const InputPointType &cor)
InputPointType GetCenterOfRotationComponent (void) const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

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

Protected Member Functions

 FixedCenterOfRotationAffineTransform (const MatrixType &matrix, const OutputVectorType &offset)
 FixedCenterOfRotationAffineTransform (unsigned int outputSpaceDimension, unsigned int parametersDimension)
 FixedCenterOfRotationAffineTransform ()
virtual ~FixedCenterOfRotationAffineTransform ()
 FixedCenterOfRotationAffineTransform (const Self &other)
const Selfoperator= (const Self &)

Detailed Description

template<class TScalarType = double, unsigned int NDimensions = 3>
class itk::FixedCenterOfRotationAffineTransform< 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 itkFixedCenterOfRotationAffineTransform.h.


Member Typedef Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::CenterType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::CenterType
template<class TScalarType = double, unsigned int NDimensions = 3>
typedef SmartPointer< const Self > itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::ConstPointer
template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::InputCovariantVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InputCovariantVectorType

Standard covariant vector type for this class

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

Definition at line 67 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard coordinate point type for this class

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

Definition at line 71 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard vector type for this class

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

Definition at line 65 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard vnl_vector type for this class

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

Definition at line 69 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard inverse matrix type for this class

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

Definition at line 74 of file itkFixedCenterOfRotationAffineTransform.h.

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

Jacobian Type

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

Definition at line 63 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard matrix type for this class

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

Definition at line 73 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard covariant vector type for this class

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

Definition at line 68 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard coordinate point type for this class

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

Definition at line 72 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard vector type for this class

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

Definition at line 66 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard vnl_vector type for this class

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

Definition at line 70 of file itkFixedCenterOfRotationAffineTransform.h.

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

Types taken from the Superclass

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

Definition at line 62 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard scalar type for this class

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

Definition at line 64 of file itkFixedCenterOfRotationAffineTransform.h.

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

Standard typedefs

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

Definition at line 42 of file itkFixedCenterOfRotationAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef ScalableAffineTransform< TScalarType, NDimensions > itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::Superclass
template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Superclass::TranslationType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::TranslationType

Constructor & Destructor Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::FixedCenterOfRotationAffineTransform ( const MatrixType matrix,
const OutputVectorType offset 
) [protected]
template<class TScalarType = double, unsigned int NDimensions = 3>
itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::FixedCenterOfRotationAffineTransform ( unsigned int  outputSpaceDimension,
unsigned int  parametersDimension 
) [protected]
template<class TScalarType = double, unsigned int NDimensions = 3>
itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::FixedCenterOfRotationAffineTransform ( ) [protected]
template<class TScalarType = double, unsigned int NDimensions = 3>
virtual itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::~FixedCenterOfRotationAffineTransform ( ) [protected, virtual]
template<class TScalarType = double, unsigned int NDimensions = 3>
itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::FixedCenterOfRotationAffineTransform ( const Self other) [private]

Member Function Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual::itk::LightObject::Pointer itk::FixedCenterOfRotationAffineTransform< 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::ScalableAffineTransform< TScalarType, NDimensions >.

template<class TScalarType = double, unsigned int NDimensions = 3>
InputPointType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::GetCenterOfRotationComponent ( void  ) const [inline]

Set and Get the center of rotation

Definition at line 82 of file itkFixedCenterOfRotationAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
const MatrixType& itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::GetMatrixComponent ( ) const [inline]

Get matrix of the transform

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

Definition at line 92 of file itkFixedCenterOfRotationAffineTransform.h.

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

Run-time type information (and related methods).

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

template<class TScalarType = double, unsigned int NDimensions = 3>
const OffsetType& itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::GetOffsetComponent ( void  ) const [inline]

Get offset of the transform.

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

Definition at line 100 of file itkFixedCenterOfRotationAffineTransform.h.

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

New macro for creation of through a Smart Pointer

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

template<class TScalarType = double, unsigned int NDimensions = 3>
const Self& itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::operator= ( const Self ) [private]
template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::SetCenterOfRotationComponent ( const InputPointType cor) [inline]

Set and Get the center of rotation

Definition at line 80 of file itkFixedCenterOfRotationAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::SetMatrixComponent ( const MatrixType matrix) [inline]

Set the matrix of the transform. The matrix should not include scale

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

Definition at line 88 of file itkFixedCenterOfRotationAffineTransform.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::SetOffsetComponent ( const OffsetType offset) [inline]

Set offset (origin) of the Transform.

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

Definition at line 96 of file itkFixedCenterOfRotationAffineTransform.h.


Member Data Documentation

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

Dimension of the domain space.

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

Definition at line 54 of file itkFixedCenterOfRotationAffineTransform.h.

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

Dimension of the domain space.

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

Definition at line 55 of file itkFixedCenterOfRotationAffineTransform.h.

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

Dimension of the domain space.

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

Definition at line 58 of file itkFixedCenterOfRotationAffineTransform.h.

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

Dimension of the domain space.

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

Definition at line 56 of file itkFixedCenterOfRotationAffineTransform.h.


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