SimpleITK
1.2.4
|
Translation of a 2D or 3D coordinate space. More...
#include <sitkTranslationTransform.h>
Classes | |
struct | MyVisitor |
Public Types | |
typedef TranslationTransform | Self |
typedef Transform | Superclass |
Public Types inherited from itk::simple::Transform | |
typedef Transform | Self |
Public Member Functions | |
std::vector< double > | GetOffset () const |
TranslationTransform & | operator= (const TranslationTransform &) |
Self & | SetOffset (const std::vector< double > ¶ms) |
TranslationTransform (unsigned int dimensions, const std::vector< double > &offset=std::vector< double >(3, 0.0)) | |
TranslationTransform (const TranslationTransform &) | |
TranslationTransform (const Transform &) | |
virtual | ~TranslationTransform () |
Public Member Functions inherited from itk::simple::Transform | |
Self & | AddTransform (Transform t) |
Self & | FlattenTransform () |
Remove nested composite transforms. More... | |
unsigned int | GetDimension (void) const |
Transform | GetInverse () const |
Return a new inverse transform of the same type as this. More... | |
virtual std::string | GetName () const |
unsigned int | GetNumberOfFixedParameters (void) const |
unsigned int | GetNumberOfParameters (void) const |
virtual bool | IsLinear () const |
void | MakeUnique (void) |
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 (void) const |
Transform (void) | |
By default a 3-d identity transform is constructed. 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... | |
Transform (Image &displacement, TransformEnum type=sitkDisplacementField) | |
Use an image to construct a transform. 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 (void) |
Transform & | operator= (const Transform &) |
Copy constructor and assignment operator. More... | |
Transform (const Transform &) | |
Copy constructor and assignment operator. More... | |
itk::TransformBase * | GetITKBase (void) |
const itk::TransformBase * | GetITKBase (void) const |
void | SetParameters (const std::vector< double > ¶meters) |
std::vector< double > | GetParameters (void) const |
void | SetFixedParameters (const std::vector< double > ¶meters) |
std::vector< double > | GetFixedParameters (void) const |
Protected Member Functions | |
virtual void | SetPimpleTransform (PimpleTransformBase *pimpleTransform) |
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 | |
nsstd::function< std::vector< double >)> | m_pfGetOffset |
nsstd::function< void(const std::vector< double > &)> | m_pfSetOffset |
Translation of a 2D or 3D coordinate space.
Definition at line 35 of file sitkTranslationTransform.h.
Definition at line 39 of file sitkTranslationTransform.h.
Definition at line 40 of file sitkTranslationTransform.h.
|
virtual |
|
explicit |
itk::simple::TranslationTransform::TranslationTransform | ( | const TranslationTransform & | ) |
itk::simple::TranslationTransform::TranslationTransform | ( | const Transform & | ) |
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 | ) |
|
protectedvirtual |
Reimplemented from itk::simple::Transform.
|
private |
Definition at line 85 of file sitkTranslationTransform.h.
|
private |
Definition at line 84 of file sitkTranslationTransform.h.