|
|
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 223 of file itkEulerTransform.h.
Inheritance diagram for itk::EulerTransform< TScalarType, 3 >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef EulerTransform | Self |
| typedef EulerGroupTemplate< TScalarType, 3 >::EulerTransform_tmp | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| bool | GetComputeZYX (void) const override |
| itkStaticConstMacro (SpaceDimension, unsigned int, 3) | |
| void | SetComputeZYX (const bool arg) override |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| EulerTransform () | |
| ~EulerTransform () override | |
Private Member Functions | |
| EulerTransform (const Self &) | |
| void | operator= (const Self &) |
| typedef SmartPointer< const Self > itk::EulerTransform< TScalarType, 3 >::ConstPointer |
Definition at line 235 of file itkEulerTransform.h.
| typedef SmartPointer< Self > itk::EulerTransform< TScalarType, 3 >::Pointer |
Definition at line 234 of file itkEulerTransform.h.
| typedef EulerTransform itk::EulerTransform< TScalarType, 3 >::Self |
Standard ITK-stuff.
Definition at line 230 of file itkEulerTransform.h.
| typedef EulerGroupTemplate< TScalarType, 3 >::EulerTransform_tmp itk::EulerTransform< TScalarType, 3 >::Superclass |
Definition at line 233 of file itkEulerTransform.h.
|
inlineprotected |
Definition at line 287 of file itkEulerTransform.h.
|
inlineoverrideprotected |
Definition at line 288 of file itkEulerTransform.h.
|
private |
|
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 269 of file itkEulerTransform.h.
| itk::EulerTransform< TScalarType, 3 >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| 3 | |||
| ) |
Dimension of the domain space.
|
static |
Method for creation through the object factory.
|
private |
|
inlineoverride |
Make sure SetComputeZYX() is available, also in 2D, in which case, its just a dummy function.
override in 3D. Definition at line 251 of file itkEulerTransform.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.9.1 |