ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itk::ScalableAffineTransform< TParametersValueType, NDimensions > Class Template Reference

#include <itkScalableAffineTransform.h>

+ Inheritance diagram for itk::ScalableAffineTransform< TParametersValueType, NDimensions >:
+ Collaboration diagram for itk::ScalableAffineTransform< TParametersValueType, NDimensions >:

Public Types

using CenterType = typename Superclass::CenterType
 
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using FixedParametersValueType = typename Superclass::FixedParametersValueType
 
using InputCovariantVectorType = typename Superclass::InputCovariantVectorType
 
using InputPointType = typename Superclass::InputPointType
 
using InputVectorType = typename Superclass::InputVectorType
 
using InputVnlVectorType = typename Superclass::InputVnlVectorType
 
using InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType
 
using InverseMatrixType = typename Superclass::InverseMatrixType
 
using InverseTransformBasePointer = typename InverseTransformBaseType::Pointer
 
using InverseTransformBaseType = typename Superclass::InverseTransformBaseType
 
using JacobianPositionType = typename Superclass::JacobianPositionType
 
using JacobianType = typename Superclass::JacobianType
 
using MatrixType = typename Superclass::MatrixType
 
using MatrixValueType = typename Superclass::MatrixValueType
 
using OffsetType = typename Superclass::OffsetType
 
using OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType
 
using OutputPointType = typename Superclass::OutputPointType
 
using OutputVectorType = typename Superclass::OutputVectorType
 
using OutputVnlVectorType = typename Superclass::OutputVnlVectorType
 
using ParametersType = typename Superclass::ParametersType
 
using ParametersValueType = typename Superclass::ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = typename Superclass::ScalarType
 
using Self = ScalableAffineTransform
 
using Superclass = AffineTransform< TParametersValueType, NDimensions >
 
using TranslationType = typename Superclass::TranslationType
 
- Public Types inherited from itk::AffineTransform< TParametersValueType, NDimensions >
using CenterType = typename Superclass::CenterType
 
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using InputCovariantVectorType = typename Superclass::InputCovariantVectorType
 
using InputPointType = typename Superclass::InputPointType
 
using InputVectorType = typename Superclass::InputVectorType
 
using InputVnlVectorType = typename Superclass::InputVnlVectorType
 
using InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType
 
using InverseMatrixType = typename Superclass::InverseMatrixType
 
using InverseTransformBasePointer = typename InverseTransformBaseType::Pointer
 
using InverseTransformBaseType = typename Superclass::InverseTransformBaseType
 
using JacobianPositionType = typename Superclass::JacobianPositionType
 
using JacobianType = typename Superclass::JacobianType
 
using MatrixType = typename Superclass::MatrixType
 
using OffsetType = typename Superclass::OffsetType
 
using OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType
 
using OutputPointType = typename Superclass::OutputPointType
 
using OutputVectorType = typename Superclass::OutputVectorType
 
using OutputVnlVectorType = typename Superclass::OutputVnlVectorType
 
using ParametersType = typename Superclass::ParametersType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = typename Superclass::ScalarType
 
using Self = AffineTransform
 
using Superclass = MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
 
using TranslationType = typename Superclass::TranslationType
 
- Public Types inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
using CenterType = InputPointType
 
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using FixedParametersValueType = typename Superclass::FixedParametersValueType
 
using InputCovariantVectorType = CovariantVector< TParametersValueType, Self::InputSpaceDimension >
 
using InputDiffusionTensor3DType = typename Superclass::InputDiffusionTensor3DType
 
using InputPointType = Point< TParametersValueType, Self::InputSpaceDimension >
 
using InputPointValueType = typename InputPointType::ValueType
 
using InputSymmetricSecondRankTensorType = typename Superclass::InputSymmetricSecondRankTensorType
 
using InputTensorEigenVectorType = CovariantVector< TParametersValueType, InputDiffusionTensor3DType::Dimension >
 
using InputVectorPixelType = typename Superclass::InputVectorPixelType
 
using InputVectorType = Vector< TParametersValueType, Self::InputSpaceDimension >
 
using InputVnlVectorType = vnl_vector_fixed< TParametersValueType, Self::InputSpaceDimension >
 
using InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType
 
using InverseMatrixType = Matrix< TParametersValueType, Self::InputSpaceDimension, Self::OutputSpaceDimension >
 
using InverseTransformBasePointer = typename InverseTransformBaseType::Pointer
 
using InverseTransformBaseType = typename Superclass::InverseTransformBaseType
 
using JacobianPositionType = typename Superclass::JacobianPositionType
 
using JacobianType = typename Superclass::JacobianType
 
using MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension >
 
using MatrixValueType = typename MatrixType::ValueType
 
using OffsetType = OutputVectorType
 
using OffsetValueType = typename OffsetType::ValueType
 
using OutputCovariantVectorType = CovariantVector< TParametersValueType, Self::OutputSpaceDimension >
 
using OutputDiffusionTensor3DType = typename Superclass::OutputDiffusionTensor3DType
 
using OutputPointType = Point< TParametersValueType, Self::OutputSpaceDimension >
 
using OutputPointValueType = typename OutputPointType::ValueType
 
using OutputSymmetricSecondRankTensorType = typename Superclass::OutputSymmetricSecondRankTensorType
 
using OutputVectorPixelType = typename Superclass::OutputVectorPixelType
 
using OutputVectorType = Vector< TParametersValueType, Self::OutputSpaceDimension >
 
using OutputVectorValueType = typename OutputVectorType::ValueType
 
using OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, Self::OutputSpaceDimension >
 
using ParametersType = typename Superclass::ParametersType
 
using ParametersValueType = typename Superclass::ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = typename Superclass::ScalarType
 
using Self = MatrixOffsetTransformBase
 
using Superclass = Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
 
using TransformCategoryEnum = typename Superclass::TransformCategoryEnum
 
using TranslationType = OutputVectorType
 
using TranslationValueType = typename TranslationType::ValueType
 
- Public Types inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
using ConstPointer = SmartPointer< const Self >
 
using DerivativeType = Array< ParametersValueType >
 
using DirectionChangeMatrix = Matrix< double, Self::OutputSpaceDimension, Self::InputSpaceDimension >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using FixedParametersValueType = typename Superclass::FixedParametersValueType
 
using InputCovariantVectorType = CovariantVector< TParametersValueType, NInputDimensions >
 
using InputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType >
 
using InputDirectionMatrix = Matrix< double, Self::InputSpaceDimension, Self::InputSpaceDimension >
 
using InputPointType = Point< TParametersValueType, NInputDimensions >
 
using InputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NInputDimensions >
 
using InputVectorPixelType = VariableLengthVector< TParametersValueType >
 
using InputVectorType = Vector< TParametersValueType, NInputDimensions >
 
using InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NInputDimensions >
 
using InverseJacobianPositionType = vnl_matrix_fixed< ParametersValueType, NInputDimensions, NOutputDimensions >
 
using InverseTransformBasePointer = typename InverseTransformBaseType::Pointer
 
using InverseTransformBaseType = Transform< TParametersValueType, NOutputDimensions, NInputDimensions >
 
using JacobianPositionType = vnl_matrix_fixed< ParametersValueType, NOutputDimensions, NInputDimensions >
 
using JacobianType = Array2D< ParametersValueType >
 
using MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension >
 
using NumberOfParametersType = typename Superclass::NumberOfParametersType
 
using OutputCovariantVectorType = CovariantVector< TParametersValueType, NOutputDimensions >
 
using OutputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType >
 
using OutputDirectionMatrix = Matrix< double, Self::OutputSpaceDimension, Self::OutputSpaceDimension >
 
using OutputPointType = Point< TParametersValueType, NOutputDimensions >
 
using OutputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NOutputDimensions >
 
using OutputVectorPixelType = VariableLengthVector< TParametersValueType >
 
using OutputVectorType = Vector< TParametersValueType, NOutputDimensions >
 
using OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NOutputDimensions >
 
using ParametersType = typename Superclass::ParametersType
 
using ParametersValueType = typename Superclass::ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = ParametersValueType
 
using Self = Transform
 
using Superclass = TransformBaseTemplate< TParametersValueType >
 
using TransformCategoryEnum = typename Superclass::TransformCategoryEnum
 
- Public Types inherited from itk::TransformBaseTemplate< TParametersValueType >
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = OptimizerParameters< FixedParametersValueType >
 
using FixedParametersValueType = double
 
using NumberOfParametersType = IdentifierType
 
using ParametersType = OptimizerParameters< ParametersValueType >
 
using ParametersValueType = TParametersValueType
 
using Pointer = SmartPointer< Self >
 
using Self = TransformBaseTemplate
 
using Superclass = Object
 
using TransformCategoryEnum = TransformBaseTemplateEnums::TransformCategory
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
void SetIdentity () override
 
virtual void SetScale (const double scale[NDimensions])
 
virtual void SetScale (const InputVectorType &scale)
 
virtual void SetScaleComponent (const double scale[NDimensions])
 
virtual void SetScaleComponent (const InputVectorType &scale)
 
- Public Member Functions inherited from itk::AffineTransform< TParametersValueType, NDimensions >
void Scale (const OutputVectorType &factor, bool pre=false)
 
void Scale (const TParametersValueType &factor, bool pre=false)
 
void Translate (const OutputVectorType &trans, bool pre=false)
 
void Rotate (int axis1, int axis2, TParametersValueType angle, bool pre=false)
 
void Rotate2D (TParametersValueType angle, bool pre=false)
 
void Rotate3D (const OutputVectorType &axis, TParametersValueType angle, bool pre=false)
 
void Shear (int axis1, int axis2, TParametersValueType coef, bool pre=false)
 
bool GetInverse (Self *inverse) const
 
ScalarType Metric (const Self *other) const
 
ScalarType Metric () const
 
- Public Member Functions inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
virtual ::itk::LightObject::Pointer CreateAnother () const
 
TransformCategoryEnum GetTransformCategory () const override
 
virtual void SetMatrix (const MatrixType &matrix)
 
virtual const MatrixTypeGetMatrix () const
 
void SetOffset (const OutputVectorType &offset)
 
const OutputVectorTypeGetOffset () const
 
void SetCenter (const InputPointType &center)
 
const InputPointTypeGetCenter () const
 
void SetTranslation (const OutputVectorType &translation)
 
const OutputVectorTypeGetTranslation () const
 
void SetParameters (const ParametersType &parameters) override
 
const ParametersTypeGetParameters () const override
 
void SetFixedParameters (const FixedParametersType &) override
 
const FixedParametersTypeGetFixedParameters () const override
 
void Compose (const Self *other, bool pre=false)
 
OutputPointType TransformPoint (const InputPointType &point) const override
 
OutputVectorType TransformVector (const InputVectorType &vect) const override
 
OutputVnlVectorType TransformVector (const InputVnlVectorType &vect) const override
 
OutputVectorPixelType TransformVector (const InputVectorPixelType &vect) const override
 
OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vec) const override
 
OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &vect) const override
 
OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &tensor) const override
 
OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &tensor) const override
 
OutputSymmetricSecondRankTensorType TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &inputTensor) const override
 
OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &inputTensor) const override
 
void ComputeJacobianWithRespectToParameters (const InputPointType &p, JacobianType &jacobian) const override
 
void ComputeJacobianWithRespectToPosition (const InputPointType &x, JacobianPositionType &jac) const override
 
void ComputeInverseJacobianWithRespectToPosition (const InputPointType &x, InverseJacobianPositionType &jac) const override
 
bool GetInverse (Self *inverse) const
 
InverseTransformBasePointer GetInverseTransform () const override
 
bool IsLinear () const override
 
- Public Member Functions inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
void CopyInFixedParameters (const FixedParametersValueType *const begin, const FixedParametersValueType *const end) override
 
void CopyInParameters (const ParametersValueType *const begin, const ParametersValueType *const end) override
 
unsigned int GetInputSpaceDimension () const override
 
bool GetInverse (Self *) const
 
virtual NumberOfParametersType GetNumberOfFixedParameters () const
 
virtual NumberOfParametersType GetNumberOfLocalParameters () const
 
NumberOfParametersType GetNumberOfParameters () const override
 
unsigned int GetOutputSpaceDimension () const override
 
std::string GetTransformTypeAsString () const override
 
 itkCloneMacro (Self)
 
void SetParametersByValue (const ParametersType &p) override
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vector, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &inputTensor, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &inputTensor, const InputPointType &point) const
 
virtual OutputSymmetricSecondRankTensorType TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &inputTensor, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &inputTensor, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual OutputVectorType TransformVector (const InputVectorType &vector, const InputPointType &point) const
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &vector, const InputPointType &point) const
 
virtual void UpdateTransformParameters (const DerivativeType &update, ParametersValueType factor=1.0)
 
virtual void ComputeJacobianWithRespectToParametersCachedTemporaries (const InputPointType &p, JacobianType &jacobian, JacobianType &) const
 
 itkLegacyMacro (virtual void ComputeJacobianWithRespectToPosition(const InputPointType &x, JacobianType &jacobian) const)
 
 itkLegacyMacro (virtual void ComputeInverseJacobianWithRespectToPosition(const InputPointType &x, JacobianType &jacobian) const)
 
- Public Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType >
virtual void CopyInFixedParameters (const FixedParametersValueType *const begin, const FixedParametersValueType *const end)=0
 
virtual void CopyInParameters (const ParametersValueType *const begin, const ParametersValueType *const end)=0
 
virtual void SetFixedParameters (const FixedParametersType &)=0
 
virtual void SetParameters (const ParametersType &)=0
 
virtual void SetParametersByValue (const ParametersType &p)=0
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::AffineTransform< TParametersValueType, NDimensions >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int InputSpaceDimension = NDimensions
 
static constexpr unsigned int OutputSpaceDimension = NDimensions
 
static constexpr unsigned int ParametersDimension = NDimensions * (NDimensions + 1)
 
static constexpr unsigned int SpaceDimension = NDimensions
 
- Static Public Attributes inherited from itk::AffineTransform< TParametersValueType, NDimensions >
static constexpr unsigned int InputSpaceDimension = NDimensions
 
static constexpr unsigned int OutputSpaceDimension = NDimensions
 
static constexpr unsigned int ParametersDimension = NDimensions * (NDimensions + 1)
 
static constexpr unsigned int SpaceDimension = NDimensions
 
- Static Public Attributes inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
static constexpr unsigned int InputSpaceDimension
 
static constexpr unsigned int OutputSpaceDimension
 
static constexpr unsigned int ParametersDimension
 
- Static Public Attributes inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
static constexpr unsigned int InputSpaceDimension = NInputDimensions
 
static constexpr unsigned int OutputSpaceDimension = NOutputDimensions
 
double m_Scale [NDimensions]
 
InputVectorType m_MatrixScale
 
virtual const double * GetScale () const
 
virtual const double * GetScaleComponent () const
 
bool GetInverse (Self *inverse) const
 
InverseTransformBasePointer GetInverseTransform () const override
 
 ScalableAffineTransform (const MatrixType &matrix, const OutputVectorType &offset)
 
 ScalableAffineTransform (unsigned int outputSpaceDimension, unsigned int parametersDimension)
 
 ScalableAffineTransform (unsigned int parametersDimension)
 
 ScalableAffineTransform ()
 
void ComputeMatrix () override
 
 ~ScalableAffineTransform () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void SetVarScale (const double *scale)
 

Additional Inherited Members

- Protected Member Functions inherited from itk::AffineTransform< TParametersValueType, NDimensions >
 AffineTransform (const MatrixType &matrix, const OutputVectorType &offset)
 
 AffineTransform (unsigned int parametersDimension)
 
 AffineTransform ()
 
 ~AffineTransform () override=default
 
- Protected Member Functions inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions >
const InverseMatrixTypeGetInverseMatrix () const
 
 MatrixOffsetTransformBase (const MatrixType &matrix, const OutputVectorType &offset)
 
 MatrixOffsetTransformBase (unsigned int paramDims)
 
 MatrixOffsetTransformBase ()
 
 ~MatrixOffsetTransformBase () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
const InverseMatrixTypeGetVarInverseMatrix () const
 
void SetVarInverseMatrix (const InverseMatrixType &matrix) const
 
bool InverseMatrixIsOld () const
 
virtual void ComputeMatrixParameters ()
 
void SetVarMatrix (const MatrixType &matrix)
 
virtual void ComputeTranslation ()
 
void SetVarTranslation (const OutputVectorType &translation)
 
virtual void ComputeOffset ()
 
void SetVarOffset (const OutputVectorType &offset)
 
void SetVarCenter (const InputPointType &center)
 
virtual bool GetSingular () const
 
- Protected Member Functions inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
LightObject::Pointer InternalClone () const override
 
 Transform ()
 
 Transform (NumberOfParametersType numberOfParameters)
 
 ~Transform () override=default
 
OutputDiffusionTensor3DType PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType &, const InverseJacobianPositionType &) const
 
- Protected Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType >
 TransformBaseTemplate ()=default
 
 ~TransformBaseTemplate () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- Protected Member Functions inherited from itk::LightObject
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 
- Protected Attributes inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >
ParametersType m_Parameters
 
FixedParametersType m_FixedParameters
 
DirectionChangeMatrix m_DirectionChange
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
class itk::ScalableAffineTransform< TParametersValueType, 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 34 of file itkScalableAffineTransform.h.

Member Typedef Documentation

◆ CenterType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::CenterType = typename Superclass::CenterType

Definition at line 77 of file itkScalableAffineTransform.h.

◆ ConstPointer

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ConstPointer = SmartPointer<const Self>

Definition at line 43 of file itkScalableAffineTransform.h.

◆ FixedParametersType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::FixedParametersType = typename Superclass::FixedParametersType

Definition at line 60 of file itkScalableAffineTransform.h.

◆ FixedParametersValueType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::FixedParametersValueType = typename Superclass::FixedParametersValueType

Definition at line 61 of file itkScalableAffineTransform.h.

◆ InputCovariantVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InputCovariantVectorType = typename Superclass::InputCovariantVectorType

Definition at line 68 of file itkScalableAffineTransform.h.

◆ InputPointType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InputPointType = typename Superclass::InputPointType

Definition at line 72 of file itkScalableAffineTransform.h.

◆ InputVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InputVectorType = typename Superclass::InputVectorType

Definition at line 66 of file itkScalableAffineTransform.h.

◆ InputVnlVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InputVnlVectorType = typename Superclass::InputVnlVectorType

Definition at line 70 of file itkScalableAffineTransform.h.

◆ InverseJacobianPositionType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType

Definition at line 64 of file itkScalableAffineTransform.h.

◆ InverseMatrixType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InverseMatrixType = typename Superclass::InverseMatrixType

Definition at line 76 of file itkScalableAffineTransform.h.

◆ InverseTransformBasePointer

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InverseTransformBasePointer = typename InverseTransformBaseType::Pointer

Definition at line 84 of file itkScalableAffineTransform.h.

◆ InverseTransformBaseType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InverseTransformBaseType = typename Superclass::InverseTransformBaseType

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

Definition at line 83 of file itkScalableAffineTransform.h.

◆ JacobianPositionType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::JacobianPositionType = typename Superclass::JacobianPositionType

Definition at line 63 of file itkScalableAffineTransform.h.

◆ JacobianType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::JacobianType = typename Superclass::JacobianType

Definition at line 62 of file itkScalableAffineTransform.h.

◆ MatrixType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::MatrixType = typename Superclass::MatrixType

Definition at line 74 of file itkScalableAffineTransform.h.

◆ MatrixValueType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::MatrixValueType = typename Superclass::MatrixValueType

Definition at line 75 of file itkScalableAffineTransform.h.

◆ OffsetType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OffsetType = typename Superclass::OffsetType

Definition at line 78 of file itkScalableAffineTransform.h.

◆ OutputCovariantVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType

Definition at line 69 of file itkScalableAffineTransform.h.

◆ OutputPointType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OutputPointType = typename Superclass::OutputPointType

Definition at line 73 of file itkScalableAffineTransform.h.

◆ OutputVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OutputVectorType = typename Superclass::OutputVectorType

Definition at line 67 of file itkScalableAffineTransform.h.

◆ OutputVnlVectorType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OutputVnlVectorType = typename Superclass::OutputVnlVectorType

Definition at line 71 of file itkScalableAffineTransform.h.

◆ ParametersType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ParametersType = typename Superclass::ParametersType

Types taken from the Superclass

Definition at line 58 of file itkScalableAffineTransform.h.

◆ ParametersValueType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ParametersValueType = typename Superclass::ParametersValueType

Definition at line 59 of file itkScalableAffineTransform.h.

◆ Pointer

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::Pointer = SmartPointer<Self>

Definition at line 42 of file itkScalableAffineTransform.h.

◆ ScalarType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ScalarType = typename Superclass::ScalarType

Definition at line 65 of file itkScalableAffineTransform.h.

◆ Self

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::Self = ScalableAffineTransform

Standard type alias

Definition at line 40 of file itkScalableAffineTransform.h.

◆ Superclass

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::Superclass = AffineTransform<TParametersValueType, NDimensions>

Definition at line 41 of file itkScalableAffineTransform.h.

◆ TranslationType

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::ScalableAffineTransform< TParametersValueType, NDimensions >::TranslationType = typename Superclass::TranslationType

Definition at line 79 of file itkScalableAffineTransform.h.

Constructor & Destructor Documentation

◆ ScalableAffineTransform() [1/4]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ScalableAffineTransform ( const MatrixType matrix,
const OutputVectorType offset 
)
protected

Construct an ScalableAffineTransform object

This method constructs a new AffineTransform object and
initializes the matrix and offset parts of the transformation
to values specified by the caller.  If the arguments are
omitted, then the AffineTransform is initialized to an identity
transformation in the appropriate number of dimensions. 

◆ ScalableAffineTransform() [2/4]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ScalableAffineTransform ( unsigned int  outputSpaceDimension,
unsigned int  parametersDimension 
)
protected

Get the scale of the transform

◆ ScalableAffineTransform() [3/4]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ScalableAffineTransform ( unsigned int  parametersDimension)
protected

Get the scale of the transform

◆ ScalableAffineTransform() [4/4]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ScalableAffineTransform ( )
protected

Get the scale of the transform

◆ ~ScalableAffineTransform()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
itk::ScalableAffineTransform< TParametersValueType, NDimensions >::~ScalableAffineTransform ( )
overrideprotecteddefault

Destroy an ScalableAffineTransform object

Member Function Documentation

◆ ComputeMatrix()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ComputeMatrix ( )
overrideprotectedvirtual

◆ CreateAnother()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual::itk::LightObject::Pointer itk::ScalableAffineTransform< TParametersValueType, NDimensions >::CreateAnother ( ) 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< TParametersValueType, NDimensions >.

◆ GetInverse()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
bool itk::ScalableAffineTransform< TParametersValueType, NDimensions >::GetInverse ( Self inverse) const

Get an inverse of this transform.

◆ GetInverseTransform()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
InverseTransformBasePointer itk::ScalableAffineTransform< TParametersValueType, NDimensions >::GetInverseTransform ( ) const
overridevirtual

Return an inverse of this transform.

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

◆ GetNameOfClass()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual const char* itk::ScalableAffineTransform< TParametersValueType, NDimensions >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

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

Reimplemented in itk::FixedCenterOfRotationAffineTransform< TParametersValueType, NDimensions >.

◆ GetScale()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual const double* itk::ScalableAffineTransform< TParametersValueType, NDimensions >::GetScale ( ) const
inlinevirtual

Get the scale of the transform

Definition at line 114 of file itkScalableAffineTransform.h.

◆ GetScaleComponent()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual const double* itk::ScalableAffineTransform< TParametersValueType, NDimensions >::GetScaleComponent ( ) const
inlinevirtual

Get the scale of the transform

Definition at line 119 of file itkScalableAffineTransform.h.

◆ New()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
static Pointer itk::ScalableAffineTransform< TParametersValueType, NDimensions >::New ( )
static

New macro for creation of through a Smart Pointer

◆ PrintSelf()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

◆ SetIdentity()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetIdentity ( )
overridevirtual

Set the transformation to an Identity

This sets the matrix to identity and the Offset to null.

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

◆ SetScale() [1/2]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetScale ( const double  scale[NDimensions])
virtual

Set the scale of the transform

◆ SetScale() [2/2]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetScale ( const InputVectorType scale)
virtual

Set the scale of the transform

◆ SetScaleComponent() [1/2]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetScaleComponent ( const double  scale[NDimensions])
inlinevirtual

Definition at line 107 of file itkScalableAffineTransform.h.

◆ SetScaleComponent() [2/2]

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
virtual void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetScaleComponent ( const InputVectorType scale)
inlinevirtual

Definition at line 97 of file itkScalableAffineTransform.h.

◆ SetVarScale()

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SetVarScale ( const double *  scale)
inlineprotected

Get the scale of the transform

Definition at line 158 of file itkScalableAffineTransform.h.

Member Data Documentation

◆ InputSpaceDimension

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
constexpr unsigned int itk::ScalableAffineTransform< TParametersValueType, NDimensions >::InputSpaceDimension = NDimensions
staticconstexpr

Dimension of the domain space.

Definition at line 52 of file itkScalableAffineTransform.h.

◆ m_MatrixScale

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
InputVectorType itk::ScalableAffineTransform< TParametersValueType, NDimensions >::m_MatrixScale
private

Get the scale of the transform

Definition at line 168 of file itkScalableAffineTransform.h.

◆ m_Scale

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
double itk::ScalableAffineTransform< TParametersValueType, NDimensions >::m_Scale[NDimensions]
private

Get the scale of the transform

Definition at line 167 of file itkScalableAffineTransform.h.

◆ OutputSpaceDimension

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
constexpr unsigned int itk::ScalableAffineTransform< TParametersValueType, NDimensions >::OutputSpaceDimension = NDimensions
staticconstexpr

Definition at line 53 of file itkScalableAffineTransform.h.

◆ ParametersDimension

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
constexpr unsigned int itk::ScalableAffineTransform< TParametersValueType, NDimensions >::ParametersDimension = NDimensions * (NDimensions + 1)
staticconstexpr

Definition at line 55 of file itkScalableAffineTransform.h.

◆ SpaceDimension

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
constexpr unsigned int itk::ScalableAffineTransform< TParametersValueType, NDimensions >::SpaceDimension = NDimensions
staticconstexpr

Definition at line 54 of file itkScalableAffineTransform.h.


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