|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkEulerTransform.h>
This class combines the Euler2DTransform with the Euler3DTransform.
This transform is a rigid body transformation.
Definition at line 88 of file itkEulerTransform.h.
Inheritance diagram for itk::EulerTransform< TScalarType, Dimension >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | Self = EulerTransform |
| using | Superclass = EulerGroupTemplate< TScalarType, Dimension > |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| bool | GetComputeZYX () const |
| ITK_DISALLOW_COPY_AND_MOVE (EulerTransform) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, Dimension) | |
| void | SetComputeZYX (const bool) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| EulerTransform ()=default | |
| ~EulerTransform () override=default | |
| using itk::EulerTransform< TScalarType, Dimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 97 of file itkEulerTransform.h.
| using itk::EulerTransform< TScalarType, Dimension >::Pointer = SmartPointer<Self> |
Definition at line 96 of file itkEulerTransform.h.
| using itk::EulerTransform< TScalarType, Dimension >::Self = EulerTransform |
Standard ITK-stuff.
Definition at line 94 of file itkEulerTransform.h.
| using itk::EulerTransform< TScalarType, Dimension >::Superclass = EulerGroupTemplate<TScalarType, Dimension> |
Definition at line 95 of file itkEulerTransform.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
|
inline |
Make sure GetComputeZYX() is available, also in 2D, in which case, it just returns false.
Definition at line 146 of file itkEulerTransform.h.
| itk::EulerTransform< TScalarType, Dimension >::ITK_DISALLOW_COPY_AND_MOVE | ( | EulerTransform< TScalarType, Dimension > | ) |
| itk::EulerTransform< TScalarType, Dimension >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| Dimension | |||
| ) |
Dimension of the domain space.
|
static |
Method for creation through the object factory.
|
inline |
Make sure SetComputeZYX() is available, also in 2D, in which case, its just a dummy function.
Definition at line 136 of file itkEulerTransform.h.
Generated on 1739326392 for elastix by 1.9.8 |