#include <itkEulerTransform.h>
Definition at line 159 of file itkEulerTransform.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = EulerTransform |
using | Superclass = EulerGroupTemplate<TScalarType, 3> |
Public Member Functions | |
virtual const char * | GetClassName () const |
bool | GetComputeZYX () const override |
ITK_DISALLOW_COPY_AND_MOVE (EulerTransform) | |
itkStaticConstMacro (SpaceDimension, unsigned int, 3) | |
void | SetComputeZYX (const bool arg) override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
EulerTransform ()=default | |
~EulerTransform () override=default | |
using itk::EulerTransform< TScalarType, 3 >::ConstPointer = SmartPointer<const Self> |
Definition at line 168 of file itkEulerTransform.h.
using itk::EulerTransform< TScalarType, 3 >::Pointer = SmartPointer<Self> |
Definition at line 167 of file itkEulerTransform.h.
using itk::EulerTransform< TScalarType, 3 >::Self = EulerTransform |
Standard ITK-stuff.
Definition at line 165 of file itkEulerTransform.h.
using itk::EulerTransform< TScalarType, 3 >::Superclass = EulerGroupTemplate<TScalarType, 3> |
Definition at line 166 of file itkEulerTransform.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
|
inlineoverride |
Make sure GetComputeZYX() is available, also in 2D, in which case, it just returns false.
override
in 3D. Definition at line 203 of file itkEulerTransform.h.
itk::EulerTransform< TScalarType, 3 >::ITK_DISALLOW_COPY_AND_MOVE | ( | EulerTransform< TScalarType, 3 > | ) |
itk::EulerTransform< TScalarType, 3 >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned int | , | ||
3 | ) |
Dimension of the domain space.
|
static |
Method for creation through the object factory.
|
inlineoverride |
Make sure SetComputeZYX() is available, also in 2D, in which case, its just a dummy function.
override
in 3D. Definition at line 185 of file itkEulerTransform.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |