public static enum MeshICP.AlignmentType extends java.lang.Enum<MeshICP.AlignmentType>
Enum Constant and Description |
---|
AFFINE |
ORTHOGONAL |
RIGID |
RIGID_WITH_SCALING |
Modifier and Type | Method and Description |
---|---|
static MeshICP.AlignmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeshICP.AlignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeshICP.AlignmentType RIGID
public static final MeshICP.AlignmentType RIGID_WITH_SCALING
public static final MeshICP.AlignmentType ORTHOGONAL
public static final MeshICP.AlignmentType AFFINE
public static MeshICP.AlignmentType[] values()
for (MeshICP.AlignmentType c : MeshICP.AlignmentType.values()) System.out.println(c);
public static MeshICP.AlignmentType 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