ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::TranslationTransform< TParametersValueType, NDimensions > Class Template Reference

#include <itkTranslationTransform.h>

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

Detailed Description

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
class itk::TranslationTransform< TParametersValueType, NDimensions >

Translation transformation of a vector space (e.g. space coordinates)

The same functionality could be obtained by using the Affine transform, but with a large difference in performace.

Wiki Examples:
Examples:
Examples/RegistrationITKv3/ImageRegistration1.cxx, Examples/RegistrationITKv3/ImageRegistration10.cxx, Examples/RegistrationITKv3/ImageRegistration11.cxx, Examples/RegistrationITKv3/ImageRegistration15.cxx, Examples/RegistrationITKv3/ImageRegistration16.cxx, Examples/RegistrationITKv3/ImageRegistration17.cxx, Examples/RegistrationITKv3/ImageRegistration18.cxx, Examples/RegistrationITKv3/ImageRegistration2.cxx, Examples/RegistrationITKv3/ImageRegistration3.cxx, Examples/RegistrationITKv3/ImageRegistration4.cxx, Examples/RegistrationITKv3/ImageRegistrationHistogramPlotter.cxx, Examples/RegistrationITKv3/IterativeClosestPoint1.cxx, Examples/RegistrationITKv3/IterativeClosestPoint2.cxx, Examples/RegistrationITKv3/IterativeClosestPoint3.cxx, Examples/RegistrationITKv3/MeanSquaresImageMetric1.cxx, Examples/RegistrationITKv3/MultiResImageRegistration1.cxx, Examples/RegistrationITKv3/MultiResImageRegistration3.cxx, Examples/RegistrationITKv4/ImageRegistration1.cxx, Examples/RegistrationITKv4/ImageRegistration10.cxx, Examples/RegistrationITKv4/ImageRegistration11.cxx, Examples/RegistrationITKv4/ImageRegistration15.cxx, Examples/RegistrationITKv4/ImageRegistration16.cxx, Examples/RegistrationITKv4/ImageRegistration17.cxx, Examples/RegistrationITKv4/ImageRegistration18.cxx, Examples/RegistrationITKv4/ImageRegistration2.cxx, Examples/RegistrationITKv4/ImageRegistration3.cxx, Examples/RegistrationITKv4/ImageRegistration4.cxx, Examples/RegistrationITKv4/ImageRegistrationHistogramPlotter.cxx, Examples/RegistrationITKv4/IterativeClosestPoint1.cxx, Examples/RegistrationITKv4/IterativeClosestPoint3.cxx, Examples/RegistrationITKv4/MeanSquaresImageMetric1.cxx, Examples/RegistrationITKv4/MultiResImageRegistration1.cxx, Examples/RegistrationITKv4/MultiResImageRegistration3.cxx, Examples/RegistrationITKv4/MultiStageImageRegistration1.cxx, Examples/RegistrationITKv4/MultiStageImageRegistration2.cxx, SphinxExamples/src/Core/Mesh/TranslateOneMesh/Code.cxx, SphinxExamples/src/Core/Transform/TranslateImage/Code.cxx, SphinxExamples/src/Registration/Common/Perform2DTranslationRegistrationWithMeanSquares/Code.cxx, SphinxExamples/src/Registration/Common/PerformMultiModalityRegistrationWithMutualInformation/Code.cxx, WikiExamples/Metrics/MeanSquaresImageToImageMetric.cxx, WikiExamples/Registration/ImageRegistrationMethod.cxx, WikiExamples/Registration/MutualInformation.cxx, and WikiExamples/SimpleOperations/TranslationTransform.cxx.

Definition at line 45 of file itkTranslationTransform.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using InputCovariantVectorType = CovariantVector< TParametersValueType, NDimensions >
 
using InputPointType = Point< TParametersValueType, NDimensions >
 
using InputVectorType = Vector< TParametersValueType, NDimensions >
 
using InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NDimensions >
 
using InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType
 
using InverseTransformBasePointer = typename InverseTransformBaseType::Pointer
 
using InverseTransformBaseType = typename Superclass::InverseTransformBaseType
 
using JacobianPositionType = typename Superclass::JacobianPositionType
 
using JacobianType = typename Superclass::JacobianType
 
using NumberOfParametersType = typename Superclass::NumberOfParametersType
 
using OutputCovariantVectorType = CovariantVector< TParametersValueType, NDimensions >
 
using OutputPointType = Point< TParametersValueType, NDimensions >
 
using OutputVectorType = Vector< TParametersValueType, NDimensions >
 
using OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NDimensions >
 
using ParametersType = typename Superclass::ParametersType
 
using Pointer = SmartPointer< Self >
 
using ScalarType = typename Superclass::ScalarType
 
using Self = TranslationTransform
 
using Superclass = Transform< TParametersValueType, NDimensions, NDimensions >
 
using TransformCategoryType = typename Superclass::TransformCategoryType
 
- Public Types inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
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 TransformCategoryType = typename Superclass::TransformCategoryType
 
- 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
 
enum  TransformCategoryType {
  UnknownTransformCategory =0,
  Linear =1,
  BSpline =2,
  Spline =3,
  DisplacementField =4,
  VelocityField =5
}
 
- 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

InputPointType BackTransform (const OutputPointType &point) const
 
InputVectorType BackTransform (const OutputVectorType &vector) const
 
InputVnlVectorType BackTransform (const OutputVnlVectorType &vector) const
 
InputCovariantVectorType BackTransform (const OutputCovariantVectorType &vector) const
 
void Compose (const Self *other, bool pre=false)
 
void ComputeJacobianWithRespectToParameters (const InputPointType &point, JacobianType &j) const override
 
void ComputeJacobianWithRespectToPosition (const InputPointType &x, JacobianPositionType &jac) const override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
bool GetInverse (Self *inverse) const
 
InverseTransformBasePointer GetInverseTransform () const override
 
virtual const char * GetNameOfClass () const
 
NumberOfParametersType GetNumberOfParameters () const override
 
const OutputVectorTypeGetOffset () const
 
const ParametersTypeGetParameters () const override
 
TransformCategoryType GetTransformCategory () const override
 
bool IsLinear () const override
 
void SetFixedParameters (const FixedParametersType &) override
 
void SetIdentity ()
 
void SetOffset (const OutputVectorType &offset)
 
void SetParameters (const ParametersType &parameters) override
 
OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vector) const override
 
OutputPointType TransformPoint (const InputPointType &point) const override
 
OutputVectorType TransformVector (const InputVectorType &vector) const override
 
OutputVnlVectorType TransformVector (const InputVnlVectorType &vector) const override
 
void Translate (const OutputVectorType &offset, bool pre=false)
 
const FixedParametersTypeGetFixedParameters () const override
 
- Public Member Functions inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
virtual void ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const =0
 
virtual void ComputeJacobianWithRespectToParametersCachedTemporaries (const InputPointType &p, JacobianType &jacobian, JacobianType &) const
 
void CopyInFixedParameters (const FixedParametersValueType *const begin, const FixedParametersValueType *const end) override
 
void CopyInParameters (const ParametersValueType *const begin, const ParametersValueType *const end) override
 
const FixedParametersTypeGetFixedParameters () const 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
 
const ParametersTypeGetParameters () const override
 
TransformCategoryType GetTransformCategory () const override
 
std::string GetTransformTypeAsString () const override
 
 itkCloneMacro (Self)
 
void SetParametersByValue (const ParametersType &p) override
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &) const
 
virtual OutputCovariantVectorType TransformCovariantVector (const InputCovariantVectorType &vector, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformCovariantVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &) const
 
virtual OutputDiffusionTensor3DType TransformDiffusionTensor3D (const InputDiffusionTensor3DType &tensor, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformDiffusionTensor3D (const InputVectorPixelType &tensor, const InputPointType &point) const
 
virtual OutputPointType TransformPoint (const InputPointType &) const =0
 
virtual
OutputSymmetricSecondRankTensorType 
TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &tensor, const InputPointType &point) const
 
virtual
OutputSymmetricSecondRankTensorType 
TransformSymmetricSecondRankTensor (const InputSymmetricSecondRankTensorType &) const
 
virtual OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformSymmetricSecondRankTensor (const InputVectorPixelType &tensor, const InputPointType &point) const
 
virtual OutputVectorType TransformVector (const InputVectorType &) const
 
virtual OutputVectorType TransformVector (const InputVectorType &vector, const InputPointType &point) const
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &) const
 
virtual OutputVnlVectorType TransformVector (const InputVnlVectorType &vector, const InputPointType &point) const
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &) const
 
virtual OutputVectorPixelType TransformVector (const InputVectorPixelType &vector, const InputPointType &point) const
 
virtual void UpdateTransformParameters (const DerivativeType &update, ParametersValueType factor=1.0)
 
virtual void ComputeJacobianWithRespectToPosition (const InputPointType &, JacobianPositionType &) const
 
 itkLegacyMacro (virtual void ComputeJacobianWithRespectToPosition(const InputPointType &x, JacobianType &jacobian) const)
 
 itkLegacyMacro (virtual void ComputeInverseJacobianWithRespectToPosition(const InputPointType &x, JacobianType &jacobian) const)
 
virtual void ComputeInverseJacobianWithRespectToPosition (const InputPointType &x, InverseJacobianPositionType &jacobian) const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) 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 noexceptoverride
 
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
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

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 flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int ParametersDimension = NDimensions
 
static constexpr unsigned int SpaceDimension = NDimensions
 
- Static Public Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
static constexpr unsigned int InputSpaceDimension
 
static constexpr unsigned int OutputSpaceDimension
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 
 TranslationTransform ()
 
 ~TranslationTransform () override=default
 
- Protected Member Functions inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
LightObject::Pointer InternalClone () const override
 
OutputDiffusionTensor3DType PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType &, const InverseJacobianPositionType &) const
 
 Transform ()
 
 Transform (NumberOfParametersType NumberOfParameters)
 
 ~Transform () override=default
 
- Protected Member Functions inherited from itk::TransformBaseTemplate< TParametersValueType >
 TransformBaseTemplate ()=default
 
 ~TransformBaseTemplate () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- 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 ()
 

Private Attributes

JacobianType m_IdentityJacobian
 
OutputVectorType m_Offset
 

Additional Inherited Members

- Protected Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions >
DirectionChangeMatrix m_DirectionChange
 
FixedParametersType m_FixedParameters
 
ParametersType m_Parameters
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

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

Definition at line 55 of file itkTranslationTransform.h.

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

Standard parameters container.

Definition at line 71 of file itkTranslationTransform.h.

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

Standard covariant vector type for this class.

Definition at line 87 of file itkTranslationTransform.h.

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

Standard coordinate point type for this class.

Definition at line 95 of file itkTranslationTransform.h.

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

Standard vector type for this class.

Definition at line 83 of file itkTranslationTransform.h.

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

Standard vnl_vector type for this class.

Definition at line 91 of file itkTranslationTransform.h.

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

Definition at line 77 of file itkTranslationTransform.h.

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

Definition at line 101 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
using itk::TranslationTransform< 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 100 of file itkTranslationTransform.h.

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

Definition at line 76 of file itkTranslationTransform.h.

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

Standard Jacobian containers.

Definition at line 75 of file itkTranslationTransform.h.

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

The number of parameters defininig this transform.

Definition at line 80 of file itkTranslationTransform.h.

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

Definition at line 88 of file itkTranslationTransform.h.

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

Definition at line 96 of file itkTranslationTransform.h.

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

Definition at line 84 of file itkTranslationTransform.h.

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

Definition at line 92 of file itkTranslationTransform.h.

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

Definition at line 72 of file itkTranslationTransform.h.

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

Definition at line 54 of file itkTranslationTransform.h.

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

Standard scalar type for this class.

Definition at line 68 of file itkTranslationTransform.h.

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

Standard class type aliases.

Definition at line 52 of file itkTranslationTransform.h.

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

Definition at line 53 of file itkTranslationTransform.h.

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

Transform category type.

Definition at line 104 of file itkTranslationTransform.h.

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename TParametersValueType , unsigned int NDimensions>
TranslationTransform< TParametersValueType, NDimensions >::InputPointType itk::TranslationTransform< TParametersValueType, NDimensions >::BackTransform ( const OutputPointType point) const
inline

This method finds the point or vector that maps to a given point or vector under the affine transformation defined by self. If no such point exists, an exception is thrown.

Definition at line 241 of file itkTranslationTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
TranslationTransform< TParametersValueType, NDimensions >::InputVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::BackTransform ( const OutputVectorType vector) const
inline

Definition at line 250 of file itkTranslationTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
TranslationTransform< TParametersValueType, NDimensions >::InputVnlVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::BackTransform ( const OutputVnlVectorType vector) const
inline

Definition at line 259 of file itkTranslationTransform.h.

template<typename TParametersValueType , unsigned int NDimensions>
TranslationTransform< TParametersValueType, NDimensions >::InputCovariantVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::BackTransform ( const OutputCovariantVectorType vector) const
inline

Definition at line 268 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::Compose ( const Self other,
bool  pre = false 
)

Compose with another TranslationTransform.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::ComputeJacobianWithRespectToParameters ( const InputPointType point,
JacobianType j 
) const
override

Compute the Jacobian Matrix of the transformation at one point

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::ComputeJacobianWithRespectToPosition ( const InputPointType x,
JacobianPositionType jac 
) const
override

Get the jacobian with respect to position, which simply is an identity jacobian because the transform is position-invariant. jac will be resized as needed, but it will be more efficient if it is already properly sized.

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

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
const FixedParametersType& itk::TranslationTransform< TParametersValueType, NDimensions >::GetFixedParameters ( ) const
inlineoverridevirtual

Get the Fixed Parameters. The TranslationTransform does not require Fixed parameters, therefore this method returns an parameters array of size zero.

Implements itk::TransformBaseTemplate< TParametersValueType >.

Definition at line 219 of file itkTranslationTransform.h.

References itk::Array< TValue >::SetSize().

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

Find inverse of an affine transformation. This method creates and returns a new TranslationTransform object which is the inverse of self. If self is not invertible, false is returned.

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

Return an inverse of this transform.

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

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

Run-time type information (and related methods).

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

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
NumberOfParametersType itk::TranslationTransform< TParametersValueType, NDimensions >::GetNumberOfParameters ( ) const
inlineoverridevirtual

Return the number of parameters that completely define the Transfom

Implements itk::TransformBaseTemplate< TParametersValueType >.

Definition at line 186 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
const OutputVectorType& itk::TranslationTransform< TParametersValueType, NDimensions >::GetOffset ( ) const
inline

This method returns the value of the offset of the TranslationTransform.

Definition at line 108 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
const ParametersType& itk::TranslationTransform< TParametersValueType, NDimensions >::GetParameters ( ) const
overridevirtual

Get the Transformation Parameters.

Implements itk::TransformBaseTemplate< TParametersValueType >.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
TransformCategoryType itk::TranslationTransform< TParametersValueType, NDimensions >::GetTransformCategory ( ) const
inlineoverridevirtual

Indicates the category transform. e.g. an affine transform, or a local one, e.g. a deformation field.

Implements itk::TransformBaseTemplate< TParametersValueType >.

Definition at line 204 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
bool itk::TranslationTransform< TParametersValueType, NDimensions >::IsLinear ( ) const
inlineoverridevirtual

Indicates that this transform is linear. That is, given two points P and Q, and scalar coefficients a and b, then

\[ T( a*P + b*Q ) = a * T(P) + b * T(Q) \]

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

Definition at line 196 of file itkTranslationTransform.h.

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

New macro for creation of through the object factory.

Examples:
WikiExamples/VectorImages/VectorResampleImageFilter.cxx.
template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Print contents of an TranslationTransform.

Reimplemented from itk::Object.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::SetFixedParameters ( const FixedParametersType )
inlineoverridevirtual

Set the fixed parameters and update internal transformation. The Translation Transform does not require fixed parameters, therefore the implementation of this method is a null operation.

Implements itk::Transform< TParametersValueType, NDimensions, NDimensions >.

Definition at line 212 of file itkTranslationTransform.h.

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

Set the parameters to the IdentityTransform

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::SetOffset ( const OutputVectorType offset)
inline

Set offset of an Translation Transform. This method sets the offset of an TranslationTransform to a value specified by the user.

Definition at line 123 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::SetParameters ( const ParametersType parameters)
overridevirtual

This method sets the parameters for the transform value specified by the user.

Implements itk::Transform< TParametersValueType, NDimensions, NDimensions >.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
OutputCovariantVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::TransformCovariantVector ( const InputCovariantVectorType vector) const
override
template<typename TParametersValueType = double, unsigned int NDimensions = 3>
OutputPointType itk::TranslationTransform< TParametersValueType, NDimensions >::TransformPoint ( const InputPointType point) const
override

Transform by an affine transformation. This method applies the affine transform given by self to a given point or vector, returning the transformed point or vector.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
OutputVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::TransformVector ( const InputVectorType vector) const
override
template<typename TParametersValueType = double, unsigned int NDimensions = 3>
OutputVnlVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::TransformVector ( const InputVnlVectorType vector) const
override
template<typename TParametersValueType = double, unsigned int NDimensions = 3>
void itk::TranslationTransform< TParametersValueType, NDimensions >::Translate ( const OutputVectorType offset,
bool  pre = false 
)

Compose affine transformation with a translation. This method modifies self to include a translation of the origin. The translation is precomposed with self if pre is true, and postcomposed otherwise.

Member Data Documentation

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
JacobianType itk::TranslationTransform< TParametersValueType, NDimensions >::m_IdentityJacobian
private

Definition at line 233 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
OutputVectorType itk::TranslationTransform< TParametersValueType, NDimensions >::m_Offset
private

Definition at line 234 of file itkTranslationTransform.h.

template<typename TParametersValueType = double, unsigned int NDimensions = 3>
constexpr unsigned int itk::TranslationTransform< TParametersValueType, NDimensions >::ParametersDimension = NDimensions
static

Definition at line 65 of file itkTranslationTransform.h.

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

Dimension of the domain space.

Definition at line 64 of file itkTranslationTransform.h.


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