SimpleITK
|
Translation of a 2D or 3D coordinate space. More...
#include <sitkTranslationTransform.h>
Translation of a 2D or 3D coordinate space.
Definition at line 33 of file sitkTranslationTransform.h.
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 |
TranslationTransform & | operator= (const TranslationTransform &) |
Self & | SetOffset (const std::vector< double > ¶ms) |
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 () |
Transform & | operator= (const Transform &) |
Copy constructor and assignment operator. More... | |
Transform (const Transform &) | |
Copy constructor and assignment operator. More... | |
itk::TransformBase * | GetITKBase () |
const itk::TransformBase * | GetITKBase () const |
void | SetParameters (const std::vector< double > ¶meters) |
std::vector< double > | GetParameters () const |
void | SetFixedParameters (const std::vector< double > ¶meters) |
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 |
Definition at line 36 of file sitkTranslationTransform.h.
Definition at line 37 of file sitkTranslationTransform.h.
|
override |
|
explicit |
itk::simple::TranslationTransform::TranslationTransform | ( | const TranslationTransform & | ) |
|
explicit |
|
inlineoverridevirtual |
Name of this class
Reimplemented from itk::simple::Transform.
Definition at line 53 of file sitkTranslationTransform.h.
std::vector<double> itk::simple::TranslationTransform::GetOffset | ( | ) | const |
|
private |
Referenced by itk::simple::TranslationTransform::MyVisitor::operator()().
|
private |
TranslationTransform& itk::simple::TranslationTransform::operator= | ( | const TranslationTransform & | ) |
Self& itk::simple::TranslationTransform::SetOffset | ( | const std::vector< double > & | params | ) |
|
overrideprotectedvirtual |
Reimplemented from itk::simple::Transform.
|
private |
Definition at line 92 of file sitkTranslationTransform.h.
|
private |
Definition at line 91 of file sitkTranslationTransform.h.