public static enum SoImageRegistrationTransform3d.TransformationTypes extends java.lang.Enum<SoImageRegistrationTransform3d.TransformationTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
AFFINE
Affine transformation consisting of translation, rotation, scale, and shear.
|
RIGID
Rigid transformation consisting of translation and rotation.
|
RIGID_ANSISOTROPIC_SCALING
Transformation consisting of translation, rotation, and scales (one scale per dimension).
|
RIGID_ISOTROPIC_SCALING
Transformation consisting of translation, rotation, and scale (only one scale for all dimensions).
|
TRANSLATION
Translation only.
|
| Modifier and Type | Method and Description |
|---|---|
static SoImageRegistrationTransform3d.TransformationTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoImageRegistrationTransform3d.TransformationTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoImageRegistrationTransform3d.TransformationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoImageRegistrationTransform3d.TransformationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoImageRegistrationTransform3d.TransformationTypes TRANSLATION
public static final SoImageRegistrationTransform3d.TransformationTypes RIGID
public static final SoImageRegistrationTransform3d.TransformationTypes RIGID_ISOTROPIC_SCALING
public static final SoImageRegistrationTransform3d.TransformationTypes RIGID_ANSISOTROPIC_SCALING
public static final SoImageRegistrationTransform3d.TransformationTypes AFFINE
public static SoImageRegistrationTransform3d.TransformationTypes[] values()
for (SoImageRegistrationTransform3d.TransformationTypes c : SoImageRegistrationTransform3d.TransformationTypes.values()) System.out.println(c);
public static SoImageRegistrationTransform3d.TransformationTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static SoImageRegistrationTransform3d.TransformationTypes fromValue(int val)
valueOf(int) instead.public static SoImageRegistrationTransform3d.TransformationTypes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com