SimpleITK  
Classes | Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::simple::TranslationTransform Class Reference

Translation of a 2D or 3D coordinate space. More...

#include <sitkTranslationTransform.h>

+ Inheritance diagram for itk::simple::TranslationTransform:
+ Collaboration diagram for itk::simple::TranslationTransform:

Classes

struct  MyVisitor
 

Public Types

using Self = TranslationTransform
 
using Superclass = Transform
 
- Public Types inherited from itk::simple::Transform
using Self = Transform
 

Public Member Functions

std::string GetName () const override
 
std::vector< double > GetOffset () const
 
TranslationTransformoperator= (const TranslationTransform &)
 
SelfSetOffset (const std::vector< double > &params)
 
 TranslationTransform (const Transform &)
 
 TranslationTransform (const TranslationTransform &)
 
 TranslationTransform (unsigned int dimensions, const std::vector< double > &offset=std::vector< double >(3, 0.0))
 
 ~TranslationTransform () override
 
- Public Member Functions inherited from itk::simple::Transform
unsigned int GetDimension () const
 
Transform GetInverse () const
 Return a new inverse transform of the same type as this. More...
 
unsigned int GetNumberOfFixedParameters () const
 
unsigned int GetNumberOfParameters () const
 
TransformEnum GetTransformEnum () const
 Get the TransformEnum of the underlying Transform. More...
 
virtual bool IsLinear () const
 
void MakeUnique ()
 Performs actually coping if needed to make object unique. More...
 
virtual void SetIdentity ()
 
virtual bool SetInverse ()
 Try to change the current transform to it's inverse. More...
 
std::string ToString () const
 
 Transform ()
 By default a 3-d identity transform is constructed. More...
 
 Transform (Image &displacement, TransformEnum type=sitkDisplacementField)
 Use an image to construct a transform. More...
 
template<unsigned int NDimension>
 Transform (itk::CompositeTransform< double, NDimension > *compositeTransform)
 Construct a SimpleITK Transform from a pointer to an ITK composite transform. More...
 
 Transform (itk::TransformBase *transform)
 
 Transform (unsigned int dimensions, TransformEnum type)
 Construct a specific transformation. More...
 
std::vector< double > TransformPoint (const std::vector< double > &point) const
 
std::vector< double > TransformVector (const std::vector< double > &vector, const std::vector< double > &point) const
 
void WriteTransform (const std::string &filename) const
 
virtual ~Transform ()
 
Transformoperator= (const Transform &)
 Copy constructor and assignment operator. More...
 
 Transform (const Transform &)
 Copy constructor and assignment operator. More...
 
itk::TransformBaseGetITKBase ()
 
const itk::TransformBaseGetITKBase () const
 
void SetParameters (const std::vector< double > &parameters)
 
std::vector< double > GetParameters () const
 
void SetFixedParameters (const std::vector< double > &parameters)
 
std::vector< double > GetFixedParameters () const
 

Protected Member Functions

void SetPimpleTransform (std::unique_ptr< PimpleTransformBase > &&pimpleTransform) override
 
- Protected Member Functions inherited from itk::simple::Transform
 Transform (PimpleTransformBase *pimpleTransform)
 

Private Member Functions

void InternalInitialization (itk::TransformBase *transform)
 
template<typename TransformType >
void InternalInitialization (TransformType *transform)
 

Private Attributes

std::function< std::vector< double >)> m_pfGetOffset
 
std::function< void(const std::vector< double > &)> m_pfSetOffset
 

Detailed Description

Translation of a 2D or 3D coordinate space.

See also
itk::TranslationTransform
Examples
ImageRegistrationMethod1/ImageRegistrationMethod1.cxx, and ImageRegistrationMethod2/ImageRegistrationMethod2.cxx.

Definition at line 33 of file sitkTranslationTransform.h.

Member Typedef Documentation

◆ Self

Definition at line 37 of file sitkTranslationTransform.h.

◆ Superclass

Definition at line 38 of file sitkTranslationTransform.h.

Constructor & Destructor Documentation

◆ ~TranslationTransform()

itk::simple::TranslationTransform::~TranslationTransform ( )
override

◆ TranslationTransform() [1/3]

itk::simple::TranslationTransform::TranslationTransform ( unsigned int  dimensions,
const std::vector< double > &  offset = std::vector< double >(3, 0.0) 
)
explicit

◆ TranslationTransform() [2/3]

itk::simple::TranslationTransform::TranslationTransform ( const TranslationTransform )

◆ TranslationTransform() [3/3]

itk::simple::TranslationTransform::TranslationTransform ( const Transform )
explicit

Member Function Documentation

◆ GetName()

std::string itk::simple::TranslationTransform::GetName ( ) const
inlineoverridevirtual

Name of this class

Reimplemented from itk::simple::Transform.

Definition at line 52 of file sitkTranslationTransform.h.

◆ GetOffset()

std::vector<double> itk::simple::TranslationTransform::GetOffset ( ) const

◆ InternalInitialization() [1/2]

void itk::simple::TranslationTransform::InternalInitialization ( itk::TransformBase transform)
private

◆ InternalInitialization() [2/2]

template<typename TransformType >
void itk::simple::TranslationTransform::InternalInitialization ( TransformType *  transform)
private

◆ operator=()

TranslationTransform& itk::simple::TranslationTransform::operator= ( const TranslationTransform )

◆ SetOffset()

Self& itk::simple::TranslationTransform::SetOffset ( const std::vector< double > &  params)

◆ SetPimpleTransform()

void itk::simple::TranslationTransform::SetPimpleTransform ( std::unique_ptr< PimpleTransformBase > &&  pimpleTransform)
overrideprotectedvirtual

Reimplemented from itk::simple::Transform.

Member Data Documentation

◆ m_pfGetOffset

std::function<std::vector<double>)> itk::simple::TranslationTransform::m_pfGetOffset
private

Definition at line 84 of file sitkTranslationTransform.h.

◆ m_pfSetOffset

std::function<void(const std::vector<double> &)> itk::simple::TranslationTransform::m_pfSetOffset
private

Definition at line 83 of file sitkTranslationTransform.h.


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