|
SimpleITK
|
A rigid 2D transform with rotation in radians around a fixed center with translation. More...
#include <sitkEuler2DTransform.h>
Inheritance diagram for itk::simple::Euler2DTransform:
Collaboration diagram for itk::simple::Euler2DTransform:A rigid 2D transform with rotation in radians around a fixed center with translation.
Definition at line 33 of file sitkEuler2DTransform.h.
Public Types | |
| using | Self = Euler2DTransform |
| using | Superclass = Transform |
Public Types inherited from itk::simple::Transform | |
| using | Self = Transform |
Public Member Functions | |
| Euler2DTransform () | |
| Euler2DTransform (const Euler2DTransform &) | |
| Euler2DTransform (const std::vector< double > &fixedCenter, double angle=0.0, const std::vector< double > &translation=std::vector< double >(2, 0.0)) | |
| Euler2DTransform (const Transform &) | |
| double | GetAngle () const |
| std::vector< double > | GetCenter () const |
| std::vector< double > | GetMatrix () const |
| std::string | GetName () const override |
| std::vector< double > | GetTranslation () const |
| Euler2DTransform & | operator= (const Euler2DTransform &) |
| Self & | SetAngle (double angle) |
| Self & | SetCenter (const std::vector< double > ¶ms) |
| Self & | SetMatrix (const std::vector< double > &matrix, double tolerance=1e-10) |
| Self & | SetTranslation (const std::vector< double > &translation) |
| ~Euler2DTransform () 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. | |
| unsigned int | GetNumberOfFixedParameters () const |
| unsigned int | GetNumberOfParameters () const |
| TransformEnum | GetTransformEnum () const |
| Get the TransformEnum of the underlying Transform. | |
| virtual bool | IsLinear () const |
| void | MakeUnique () |
| Performs actually coping if needed to make object unique. | |
| virtual void | SetIdentity () |
| virtual bool | SetInverse () |
| Try to change the current transform to it's inverse. | |
| std::string | ToString () const |
| Transform () | |
| By default a 3-d identity transform is constructed. | |
| Transform (Image &displacement, TransformEnum type=sitkDisplacementField) | |
| Use an image to construct a transform. | |
| template<unsigned int NDimension> | |
| Transform (itk::CompositeTransform< double, NDimension > *compositeTransform) | |
| Construct a SimpleITK Transform from a pointer to an ITK composite transform. | |
| Transform (itk::TransformBase *transform) | |
| Transform (unsigned int dimensions, TransformEnum type) | |
| Construct a specific transformation. | |
| 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. | |
| Transform (const Transform &) | |
| Copy constructor and assignment operator. | |
| 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< double()> | m_pfGetAngle |
| std::function< std::vector< double >()> | m_pfGetCenter |
| std::function< std::vector< double >()> | m_pfGetMatrix |
| std::function< std::vector< double >()> | m_pfGetTranslation |
| std::function< void(double)> | m_pfSetAngle |
| std::function< void(const std::vector< double > &)> | m_pfSetCenter |
| std::function< void(const std::vector< double > &, double)> | m_pfSetMatrix |
| std::function< void(const std::vector< double > &)> | m_pfSetTranslation |
Definition at line 36 of file sitkEuler2DTransform.h.
Definition at line 37 of file sitkEuler2DTransform.h.
|
override |
| itk::simple::Euler2DTransform::Euler2DTransform | ( | ) |
Referenced by Euler2DTransform(), Euler2DTransform(), and operator=().
|
explicit |
| itk::simple::Euler2DTransform::Euler2DTransform | ( | const Euler2DTransform & | ) |
References Euler2DTransform().
|
explicit |
References Euler2DTransform(), and itk::simple::Transform::Transform().
| double itk::simple::Euler2DTransform::GetAngle | ( | ) | const |
| std::vector< double > itk::simple::Euler2DTransform::GetCenter | ( | ) | const |
| std::vector< double > itk::simple::Euler2DTransform::GetMatrix | ( | ) | const |
additional methods
|
inlineoverridevirtual |
Name of this class
Reimplemented from itk::simple::Transform.
Definition at line 57 of file sitkEuler2DTransform.h.
| std::vector< double > itk::simple::Euler2DTransform::GetTranslation | ( | ) | const |
|
private |
|
private |
| Euler2DTransform & itk::simple::Euler2DTransform::operator= | ( | const Euler2DTransform & | ) |
References Euler2DTransform().
| Self & itk::simple::Euler2DTransform::SetAngle | ( | double | angle | ) |
parameter
| Self & itk::simple::Euler2DTransform::SetCenter | ( | const std::vector< double > & | params | ) |
fixed parameter
| Self & itk::simple::Euler2DTransform::SetMatrix | ( | const std::vector< double > & | matrix, |
| double | tolerance = 1e-10 ) |
|
overrideprotectedvirtual |
Reimplemented from itk::simple::Transform.
| Self & itk::simple::Euler2DTransform::SetTranslation | ( | const std::vector< double > & | translation | ) |
|
private |
Definition at line 100 of file sitkEuler2DTransform.h.
|
private |
Definition at line 98 of file sitkEuler2DTransform.h.
|
private |
Definition at line 103 of file sitkEuler2DTransform.h.
|
private |
Definition at line 102 of file sitkEuler2DTransform.h.
|
private |
Definition at line 99 of file sitkEuler2DTransform.h.
|
private |
Definition at line 97 of file sitkEuler2DTransform.h.
|
private |
Definition at line 104 of file sitkEuler2DTransform.h.
|
private |
Definition at line 101 of file sitkEuler2DTransform.h.
1.13.2 |
Privacy Policy