go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::AdvancedVersorRigid3DTransform< TScalarType > Class Template Reference

#include <itkAdvancedVersorRigid3DTransform.h>

Detailed Description

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

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

This transform applies a rotation and translation to the space 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 6 elements. The first 3 elements are the components of the versor representation of 3D rotation. The last 3 parameters defines the translation in each dimension.

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

NB: SK: this class is just to have the AdvancedSimilarity3DTransform. It is not complete.

Definition at line 65 of file itkAdvancedVersorRigid3DTransform.h.

+ Inheritance diagram for itk::AdvancedVersorRigid3DTransform< TScalarType >:

Public Types

typedef Superclass::AngleType AngleType
 
typedef Superclass::AxisType AxisType
 
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::InternalMatrixType InternalMatrixType
 
typedef Superclass::InverseMatrixType InverseMatrixType
 
typedef Superclass ::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
 
typedef Superclass ::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
 
typedef Superclass::JacobianType JacobianType
 
typedef Superclass::MatrixType MatrixType
 
typedef Superclass ::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef Superclass::NumberOfParametersType NumberOfParametersType
 
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 AdvancedVersorRigid3DTransform Self
 
typedef Superclass::SpatialHessianType SpatialHessianType
 
typedef Superclass::SpatialJacobianType SpatialJacobianType
 
typedef AdvancedVersorTransform< TScalarTypeSuperclass
 
typedef Superclass::TranslationType TranslationType
 
typedef Superclass::VersorType VersorType
 
- Public Types inherited from itk::AdvancedVersorTransform< double >
typedef VersorType::ValueType AngleType
 
typedef VersorType::VectorType AxisType
 
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::InternalMatrixType InternalMatrixType
 
typedef Superclass::InverseMatrixType InverseMatrixType
 
typedef Superclass ::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
 
typedef Superclass ::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
 
typedef Superclass::JacobianType JacobianType
 
typedef Superclass::MatrixType MatrixType
 
typedef Superclass ::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef Superclass::NumberOfParametersType NumberOfParametersType
 
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 AdvancedVersorTransform Self
 
typedef Superclass::SpatialHessianType SpatialHessianType
 
typedef Superclass::SpatialJacobianType SpatialJacobianType
 
typedef AdvancedRigid3DTransform< doubleSuperclass
 
typedef Versor< doubleVersorType
 
typedef vnl_quaternion< doubleVnlQuaternionType
 
- Public Types inherited from itk::AdvancedRigid3DTransform< double >
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::InternalMatrixType InternalMatrixType
 
typedef Superclass::InverseMatrixType InverseMatrixType
 
typedef Superclass ::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
 
typedef Superclass ::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
 
typedef Superclass::JacobianType JacobianType
 
typedef Superclass::MatrixType MatrixType
 
typedef Superclass ::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef Superclass::NumberOfParametersType NumberOfParametersType
 
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 AdvancedRigid3DTransform Self
 
typedef Superclass::SpatialHessianType SpatialHessianType
 
typedef Superclass::SpatialJacobianType SpatialJacobianType
 
typedef AdvancedMatrixOffsetTransformBase< double, 3, 3 > Superclass
 
typedef Superclass::TranslationType TranslationType
 
- Public Types inherited from itk::AdvancedMatrixOffsetTransformBase< double, 3, 3 >
typedef InputPointType CenterType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::FixedParametersType FixedParametersType
 
typedef Superclass ::InputCovariantVectorType InputCovariantVectorType
 
typedef Superclass::InputPointType InputPointType
 
typedef Superclass::InputVectorType InputVectorType
 
typedef Superclass::InputVnlVectorType InputVnlVectorType
 
typedef Superclass::InternalMatrixType InternalMatrixType
 
typedef Matrix< double, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension) > InverseMatrixType
 
typedef Superclass ::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
 
typedef Superclass ::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
 
typedef Superclass::JacobianType JacobianType
 
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension) > MatrixType
 
typedef Superclass ::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
 
typedef Superclass::NumberOfParametersType NumberOfParametersType
 
typedef OutputVectorType 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 AdvancedMatrixOffsetTransformBase Self
 
typedef Superclass::SpatialHessianType SpatialHessianType
 
typedef Superclass::SpatialJacobianType SpatialJacobianType
 
typedef AdvancedTransform< double, NInputDimensions, NOutputDimensions > Superclass
 
typedef Superclass::TransformCategoryType TransformCategoryType
 
typedef OutputVectorType TranslationType
 
- Public Types inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DerivativeType DerivativeType
 
typedef Superclass::FixedParametersType FixedParametersType
 
typedef Superclass ::InputCovariantVectorType InputCovariantVectorType
 
typedef Superclass::InputPointType InputPointType
 
typedef Superclass::InputVectorType InputVectorType
 
typedef Superclass::InputVnlVectorType InputVnlVectorType
 
typedef SpatialJacobianType::InternalMatrixType InternalMatrixType
 
typedef Superclass::InverseTransformBasePointer InverseTransformBasePointer
 
typedef Superclass::InverseTransformBaseType InverseTransformBaseType
 
typedef std::vector< SpatialHessianTypeJacobianOfSpatialHessianType
 
typedef std::vector< SpatialJacobianTypeJacobianOfSpatialJacobianType
 
typedef Superclass::JacobianType JacobianType
 
typedef OutputCovariantVectorType MovingImageGradientType
 
typedef MovingImageGradientType::ValueType MovingImageGradientValueType
 
typedef std::vector< unsigned long > NonZeroJacobianIndicesType
 
typedef Superclass::NumberOfParametersType NumberOfParametersType
 
typedef Superclass ::OutputCovariantVectorType OutputCovariantVectorType
 
typedef Superclass::OutputPointType OutputPointType
 
typedef Superclass::OutputVectorType OutputVectorType
 
typedef Superclass::OutputVnlVectorType OutputVnlVectorType
 
typedef Superclass::ParametersType ParametersType
 
typedef Superclass::ParametersValueType ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::ScalarType ScalarType
 
typedef AdvancedTransform Self
 
typedef FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > SpatialHessianType
 
typedef Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > SpatialJacobianType
 
typedef Transform< double, NInputDimensions, NOutputDimensions > Superclass
 
typedef Transform< double, NInputDimensions, NOutputDimensions > TransformType
 
typedef TransformType::ConstPointer TransformTypeConstPointer
 
typedef TransformType::Pointer TransformTypePointer
 

Public Member Functions

virtual const char * GetClassName () const
 
virtual void GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const
 
virtual const ParametersTypeGetParameters (void) const
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (ParametersDimension, unsigned int, 6)
 
 itkStaticConstMacro (SpaceDimension, unsigned int, 3)
 
void SetParameters (const ParametersType &parameters)
 
- Public Member Functions inherited from itk::AdvancedVersorTransform< double >
virtual const char * GetClassName () const
 
const ParametersTypeGetParameters (void) const
 
virtual const VersorTypeGetVersor ()
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (ParametersDimension, unsigned int, 3)
 
 itkStaticConstMacro (SpaceDimension, unsigned int, 3)
 
virtual void SetIdentity (void)
 
void SetParameters (const ParametersType &parameters)
 
void SetRotation (const AxisType &axis, AngleType angle)
 
void SetRotation (const VersorType &versor)
 
- Public Member Functions inherited from itk::AdvancedRigid3DTransform< double >
InputCovariantVectorType BackTransform (const OutputCovariantVectorType &vector) const
 
InputPointType BackTransform (const OutputPointType &point) const
 
InputVectorType BackTransform (const OutputVectorType &vector) const
 
InputVnlVectorType BackTransform (const OutputVnlVectorType &vector) const
 
const MatrixTypeGetRotationMatrix ()
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, 3)
 
 itkStaticConstMacro (ParametersDimension, unsigned int, 12)
 
 itkStaticConstMacro (SpaceDimension, unsigned int, 3)
 
bool MatrixIsOrthogonal (const MatrixType &matrix, double tol=1e-10)
 
virtual void SetMatrix (const MatrixType &matrix)
 
void Translate (const OffsetType &offset, bool pre=false)
 
- Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 3, 3 >
void Compose (const Self *other, bool pre=0)
 
const InputPointTypeGetCenter (void) const
 
virtual const FixedParametersTypeGetFixedParameters (void) const
 
bool GetInverse (Self *inverse) const
 
const InverseMatrixTypeGetInverseMatrix (void) const
 
virtual void GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const
 
virtual void GetJacobianOfSpatialHessian (const InputPointType &ipp, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const
 
virtual void GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const
 
virtual void GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const
 
const MatrixTypeGetMatrix (void) const
 
const OutputVectorTypeGetOffset (void) const
 
const ParametersTypeGetParameters (void) const
 
virtual void GetSpatialHessian (const InputPointType &, SpatialHessianType &) const
 
virtual void GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const
 
virtual TransformCategoryType GetTransformCategory () const
 
const OutputVectorTypeGetTranslation (void) const
 
virtual bool IsLinear (void) const
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions)
 
 itkStaticConstMacro (ParametersDimension, unsigned int, NOutputDimensions *(NInputDimensions+1))
 
void SetCenter (const InputPointType &center)
 
virtual void SetFixedParameters (const FixedParametersType &)
 
void SetOffset (const OutputVectorType &offset)
 
void SetParameters (const ParametersType &parameters)
 
void SetTranslation (const OutputVectorType &translation)
 
OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vector) const
 
OutputPointType TransformPoint (const InputPointType &point) const
 
OutputVectorType TransformVector (const InputVectorType &vector) const
 
OutputVnlVectorType TransformVector (const InputVnlVectorType &vector) const
 
- Public Member Functions inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions >
virtual void ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const
 
virtual void ComputeJacobianWithRespectToPosition (const InputPointType &, JacobianType &) const
 
virtual void EvaluateJacobianWithImageGradientProduct (const InputPointType &ipp, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const
 
virtual bool GetHasNonZeroJacobianOfSpatialHessian () const
 
virtual bool GetHasNonZeroSpatialHessian () const
 
virtual void GetJacobian (const InputPointType &ipp, JacobianType &j, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0
 
virtual void GetJacobianOfSpatialHessian (const InputPointType &ipp, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0
 
virtual void GetJacobianOfSpatialHessian (const InputPointType &ipp, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0
 
virtual void GetJacobianOfSpatialJacobian (const InputPointType &ipp, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0
 
virtual void GetJacobianOfSpatialJacobian (const InputPointType &ipp, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0
 
virtual NumberOfParametersType GetNumberOfNonZeroJacobianIndices (void) const
 
 itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions)
 
 itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::AdvancedVersorTransform< double >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::AdvancedRigid3DTransform< double >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 3, 3 >
static Pointer New ()
 

Protected Member Functions

 AdvancedVersorRigid3DTransform ()
 
 AdvancedVersorRigid3DTransform (const MatrixType &matrix, const OutputVectorType &offset)
 
 AdvancedVersorRigid3DTransform (unsigned int outputSpaceDim, unsigned int paramDim)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void SetRotationMatrix (const MatrixType &matrix)
 
 ~AdvancedVersorRigid3DTransform ()
 
- Protected Member Functions inherited from itk::AdvancedVersorTransform< double >
 AdvancedVersorTransform ()
 
 AdvancedVersorTransform (const MatrixType &matrix, const OutputVectorType &offset)
 
 AdvancedVersorTransform (unsigned int paramDims)
 
void ComputeMatrix (void)
 
void ComputeMatrixParameters (void)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void SetRotationMatrix (const MatrixType &matrix)
 
void SetVarVersor (const VersorType &newVersor)
 
 ~AdvancedVersorTransform ()
 
- Protected Member Functions inherited from itk::AdvancedRigid3DTransform< double >
 AdvancedRigid3DTransform ()
 
 AdvancedRigid3DTransform (const MatrixType &matrix, const OutputVectorType &offset)
 
 AdvancedRigid3DTransform (unsigned int paramDim)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 ~AdvancedRigid3DTransform ()
 
- Protected Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 3, 3 >
 AdvancedMatrixOffsetTransformBase ()
 
 AdvancedMatrixOffsetTransformBase (const MatrixType &matrix, const OutputVectorType &offset)
 
 AdvancedMatrixOffsetTransformBase (unsigned int paramDims)
 
virtual void ComputeOffset (void)
 
virtual void ComputeTranslation (void)
 
const InverseMatrixTypeGetVarInverseMatrix (void) const
 
bool InverseMatrixIsOld (void) const
 
virtual void PrecomputeJacobians (unsigned int paramDims)
 
void PrintSelf (std::ostream &s, Indent indent) const
 
void SetVarCenter (const InputPointType &center)
 
void SetVarInverseMatrix (const InverseMatrixType &matrix) const
 
void SetVarMatrix (const MatrixType &matrix)
 
void SetVarOffset (const OutputVectorType &offset)
 
void SetVarTranslation (const OutputVectorType &translation)
 
virtual ~AdvancedMatrixOffsetTransformBase ()
 
- Protected Member Functions inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions >
 AdvancedTransform ()
 
 AdvancedTransform (NumberOfParametersType numberOfParameters)
 
virtual ~AdvancedTransform ()
 

Private Member Functions

 AdvancedVersorRigid3DTransform (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Attributes inherited from itk::AdvancedMatrixOffsetTransformBase< double, 3, 3 >
JacobianOfSpatialHessianType m_JacobianOfSpatialHessian
 
JacobianOfSpatialJacobianType m_JacobianOfSpatialJacobian
 
NonZeroJacobianIndicesType m_NonZeroJacobianIndices
 
SpatialHessianType m_SpatialHessian
 
- Protected Attributes inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions >
bool m_HasNonZeroJacobianOfSpatialHessian
 
bool m_HasNonZeroSpatialHessian
 

Member Typedef Documentation

◆ AngleType

template<class TScalarType = double>
typedef Superclass::AngleType itk::AdvancedVersorRigid3DTransform< TScalarType >::AngleType

Definition at line 112 of file itkAdvancedVersorRigid3DTransform.h.

◆ AxisType

template<class TScalarType = double>
typedef Superclass::AxisType itk::AdvancedVersorRigid3DTransform< TScalarType >::AxisType

Definition at line 111 of file itkAdvancedVersorRigid3DTransform.h.

◆ CenterType

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

Definition at line 105 of file itkAdvancedVersorRigid3DTransform.h.

◆ ConstPointer

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

Definition at line 74 of file itkAdvancedVersorRigid3DTransform.h.

◆ InputCovariantVectorType

Definition at line 100 of file itkAdvancedVersorRigid3DTransform.h.

◆ InputPointType

Definition at line 93 of file itkAdvancedVersorRigid3DTransform.h.

◆ InputVectorType

Definition at line 95 of file itkAdvancedVersorRigid3DTransform.h.

◆ InputVnlVectorType

Definition at line 97 of file itkAdvancedVersorRigid3DTransform.h.

◆ InternalMatrixType

Definition at line 122 of file itkAdvancedVersorRigid3DTransform.h.

◆ InverseMatrixType

Definition at line 104 of file itkAdvancedVersorRigid3DTransform.h.

◆ JacobianOfSpatialHessianType

Definition at line 121 of file itkAdvancedVersorRigid3DTransform.h.

◆ JacobianOfSpatialJacobianType

Definition at line 118 of file itkAdvancedVersorRigid3DTransform.h.

◆ JacobianType

Definition at line 91 of file itkAdvancedVersorRigid3DTransform.h.

◆ MatrixType

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

Definition at line 103 of file itkAdvancedVersorRigid3DTransform.h.

◆ NonZeroJacobianIndicesType

Definition at line 115 of file itkAdvancedVersorRigid3DTransform.h.

◆ NumberOfParametersType

Definition at line 90 of file itkAdvancedVersorRigid3DTransform.h.

◆ OffsetType

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

Definition at line 106 of file itkAdvancedVersorRigid3DTransform.h.

◆ OutputCovariantVectorType

Definition at line 102 of file itkAdvancedVersorRigid3DTransform.h.

◆ OutputPointType

Definition at line 94 of file itkAdvancedVersorRigid3DTransform.h.

◆ OutputVectorType

Definition at line 96 of file itkAdvancedVersorRigid3DTransform.h.

◆ OutputVnlVectorType

Definition at line 98 of file itkAdvancedVersorRigid3DTransform.h.

◆ ParametersType

Parameters Type

Definition at line 89 of file itkAdvancedVersorRigid3DTransform.h.

◆ Pointer

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

Definition at line 73 of file itkAdvancedVersorRigid3DTransform.h.

◆ ScalarType

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

Definition at line 92 of file itkAdvancedVersorRigid3DTransform.h.

◆ Self

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

Standard class typedefs.

Definition at line 71 of file itkAdvancedVersorRigid3DTransform.h.

◆ SpatialHessianType

Definition at line 119 of file itkAdvancedVersorRigid3DTransform.h.

◆ SpatialJacobianType

Definition at line 116 of file itkAdvancedVersorRigid3DTransform.h.

◆ Superclass

Definition at line 72 of file itkAdvancedVersorRigid3DTransform.h.

◆ TranslationType

Definition at line 107 of file itkAdvancedVersorRigid3DTransform.h.

◆ VersorType

template<class TScalarType = double>
typedef Superclass::VersorType itk::AdvancedVersorRigid3DTransform< TScalarType >::VersorType

Versor type.

Definition at line 110 of file itkAdvancedVersorRigid3DTransform.h.

Constructor & Destructor Documentation

◆ AdvancedVersorRigid3DTransform() [1/4]

template<class TScalarType = double>
itk::AdvancedVersorRigid3DTransform< TScalarType >::AdvancedVersorRigid3DTransform ( unsigned int  outputSpaceDim,
unsigned int  paramDim 
)
protected

◆ AdvancedVersorRigid3DTransform() [2/4]

template<class TScalarType = double>
itk::AdvancedVersorRigid3DTransform< TScalarType >::AdvancedVersorRigid3DTransform ( const MatrixType matrix,
const OutputVectorType offset 
)
protected

◆ AdvancedVersorRigid3DTransform() [3/4]

template<class TScalarType = double>
itk::AdvancedVersorRigid3DTransform< TScalarType >::AdvancedVersorRigid3DTransform ( )
protected

◆ ~AdvancedVersorRigid3DTransform()

template<class TScalarType = double>
itk::AdvancedVersorRigid3DTransform< TScalarType >::~AdvancedVersorRigid3DTransform ( )
inlineprotected

Definition at line 145 of file itkAdvancedVersorRigid3DTransform.h.

◆ AdvancedVersorRigid3DTransform() [4/4]

template<class TScalarType = double>
itk::AdvancedVersorRigid3DTransform< TScalarType >::AdvancedVersorRigid3DTransform ( const Self )
private

Member Function Documentation

◆ GetClassName()

template<class TScalarType = double>
virtual const char* itk::AdvancedVersorRigid3DTransform< TScalarType >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented in itk::AdvancedSimilarity3DTransform< float >.

◆ GetJacobian()

template<class TScalarType = double>
virtual void itk::AdvancedVersorRigid3DTransform< TScalarType >::GetJacobian ( const InputPointType ,
JacobianType ,
NonZeroJacobianIndicesType  
) const
virtual

This method computes the Jacobian matrix of the transformation.

Reimplemented from itk::AdvancedVersorTransform< double >.

Reimplemented in itk::AdvancedSimilarity3DTransform< TScalarType >, and itk::AdvancedSimilarity3DTransform< float >.

◆ GetParameters()

template<class TScalarType = double>
virtual const ParametersType& itk::AdvancedVersorRigid3DTransform< TScalarType >::GetParameters ( void  ) const
virtual

◆ itkStaticConstMacro() [1/4]

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

◆ itkStaticConstMacro() [2/4]

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

◆ itkStaticConstMacro() [3/4]

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

◆ itkStaticConstMacro() [4/4]

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

Dimension of parameters.

◆ New()

template<class TScalarType = double>
static Pointer itk::AdvancedVersorRigid3DTransform< TScalarType >::New ( )
static

New macro for creation of through a Smart Pointer.

◆ operator=()

template<class TScalarType = double>
void itk::AdvancedVersorRigid3DTransform< TScalarType >::operator= ( const Self )
private

◆ PrintSelf()

template<class TScalarType = double>
void itk::AdvancedVersorRigid3DTransform< TScalarType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected

◆ SetParameters()

template<class TScalarType = double>
void itk::AdvancedVersorRigid3DTransform< TScalarType >::SetParameters ( const ParametersType parameters)
virtual

Set the transformation from a container of parameters This is typically used by optimizers. There are 6 parameters. The first three represent the versor, the last three represent the translation.

Reimplemented from itk::AdvancedRigid3DTransform< double >.

◆ SetRotationMatrix()

template<class TScalarType = double>
virtual void itk::AdvancedVersorRigid3DTransform< TScalarType >::SetRotationMatrix ( const MatrixType matrix)
inlineprotectedvirtual

This method must be made protected here because it is not a safe way of initializing the Versor

Definition at line 151 of file itkAdvancedVersorRigid3DTransform.h.



Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo