|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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.
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.
Definition at line 185 of file itkEulerTransform.h.
Generated on 1768596610 for elastix by 1.15.0 |