SimpleITK
|
A parameterized 3D transform composed of the addition of a versor rotation matrix and a scale matrix around a fixed center with translation. More...
#include <sitkScaleVersor3DTransform.h>
A parameterized 3D transform composed of the addition of a versor rotation matrix and a scale matrix around a fixed center with translation.
Definition at line 35 of file sitkScaleVersor3DTransform.h.
Public Types | |
using | Self = ScaleVersor3DTransform |
using | Superclass = Transform |
Public Types inherited from itk::simple::Transform | |
using | Self = Transform |
Public Member Functions | |
std::vector< double > | GetCenter () const |
std::vector< double > | GetMatrix () const |
std::string | GetName () const override |
std::vector< double > | GetScale () const |
std::vector< double > | GetTranslation () const |
std::vector< double > | GetVersor () const |
ScaleVersor3DTransform & | operator= (const ScaleVersor3DTransform &) |
ScaleVersor3DTransform () | |
ScaleVersor3DTransform (const ScaleVersor3DTransform &) | |
ScaleVersor3DTransform (const std::vector< double > &scale, const std::vector< double > &axis, double angle, const std::vector< double > &translation=std::vector< double >(3, 0.0), const std::vector< double > &fixedCenter=std::vector< double >(3, 0.0)) | |
ScaleVersor3DTransform (const std::vector< double > &scale, const std::vector< double > &versor, const std::vector< double > &translation=std::vector< double >(3, 0.0), const std::vector< double > &fixedCenter=std::vector< double >(3, 0.0)) | |
ScaleVersor3DTransform (const Transform &) | |
Self & | SetCenter (const std::vector< double > ¶ms) |
Self & | SetRotation (const std::vector< double > &axis, double angle) |
Self & | SetRotation (const std::vector< double > &versor) |
Self & | SetScale (const std::vector< double > &scale) |
Self & | SetTranslation (const std::vector< double > &translation) |
Self & | Translate (const std::vector< double > &offset) |
~ScaleVersor3DTransform () 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_pfGetCenter |
std::function< std::vector< double >)> | m_pfGetMatrix |
std::function< std::vector< double >)> | m_pfGetScale |
std::function< std::vector< double >)> | m_pfGetTranslation |
std::function< std::vector< double >)> | m_pfGetVersor |
std::function< void(const std::vector< double > &)> | m_pfSetCenter |
std::function< void(const std::vector< double > &)> | m_pfSetRotation1 |
std::function< void(const std::vector< double > &, double)> | m_pfSetRotation2 |
std::function< void(const std::vector< double > &)> | m_pfSetScale |
std::function< void(const std::vector< double > &)> | m_pfSetTranslation |
std::function< void(const std::vector< double > &)> | m_pfTranslate |
Definition at line 38 of file sitkScaleVersor3DTransform.h.
Definition at line 39 of file sitkScaleVersor3DTransform.h.
|
override |
itk::simple::ScaleVersor3DTransform::ScaleVersor3DTransform | ( | ) |
itk::simple::ScaleVersor3DTransform::ScaleVersor3DTransform | ( | const ScaleVersor3DTransform & | ) |
|
explicit |
itk::simple::ScaleVersor3DTransform::ScaleVersor3DTransform | ( | const std::vector< double > & | scale, |
const std::vector< double > & | versor, | ||
const std::vector< double > & | translation = std::vector< double >(3, 0.0) , |
||
const std::vector< double > & | fixedCenter = std::vector< double >(3, 0.0) |
||
) |
itk::simple::ScaleVersor3DTransform::ScaleVersor3DTransform | ( | const std::vector< double > & | scale, |
const std::vector< double > & | axis, | ||
double | angle, | ||
const std::vector< double > & | translation = std::vector< double >(3, 0.0) , |
||
const std::vector< double > & | fixedCenter = std::vector< double >(3, 0.0) |
||
) |
std::vector<double> itk::simple::ScaleVersor3DTransform::GetCenter | ( | ) | const |
std::vector<double> itk::simple::ScaleVersor3DTransform::GetMatrix | ( | ) | const |
|
inlineoverridevirtual |
Name of this class
Reimplemented from itk::simple::Transform.
Definition at line 66 of file sitkScaleVersor3DTransform.h.
std::vector<double> itk::simple::ScaleVersor3DTransform::GetScale | ( | ) | const |
std::vector<double> itk::simple::ScaleVersor3DTransform::GetTranslation | ( | ) | const |
std::vector<double> itk::simple::ScaleVersor3DTransform::GetVersor | ( | ) | const |
|
private |
|
private |
ScaleVersor3DTransform& itk::simple::ScaleVersor3DTransform::operator= | ( | const ScaleVersor3DTransform & | ) |
Self& itk::simple::ScaleVersor3DTransform::SetCenter | ( | const std::vector< double > & | params | ) |
fixed parameter
|
overrideprotectedvirtual |
Reimplemented from itk::simple::Transform.
Self& itk::simple::ScaleVersor3DTransform::SetRotation | ( | const std::vector< double > & | axis, |
double | angle | ||
) |
Self& itk::simple::ScaleVersor3DTransform::SetRotation | ( | const std::vector< double > & | versor | ) |
parameter
Self& itk::simple::ScaleVersor3DTransform::SetScale | ( | const std::vector< double > & | scale | ) |
Self& itk::simple::ScaleVersor3DTransform::SetTranslation | ( | const std::vector< double > & | translation | ) |
Self& itk::simple::ScaleVersor3DTransform::Translate | ( | const std::vector< double > & | offset | ) |
additional methods
|
private |
Definition at line 116 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 125 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 123 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 121 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 119 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 115 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 117 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 118 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 122 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 120 of file sitkScaleVersor3DTransform.h.
|
private |
Definition at line 124 of file sitkScaleVersor3DTransform.h.