public static enum Aligners.AnyAligner extends Enum<Aligners.AnyAligner> implements CmdLineOptionsProvider
| Enum Constant and Description |
|---|
Affine
Affine aligner
|
CLM
CLM Aligner
|
Identity
Identity aligner
|
MeshWarp
MeshWarp aligner
|
RotateScale
Rotate Scale aligner
|
Scaling
Scaling aligner
|
| Modifier and Type | Method and Description |
|---|---|
abstract Aligners.AlignerDetectorProvider<?> |
getOptions() |
static Aligners.AnyAligner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aligners.AnyAligner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aligners.AnyAligner Identity
IdentityAlignerpublic static final Aligners.AnyAligner Scaling
ScalingAlignerpublic static final Aligners.AnyAligner Affine
AffineAlignerpublic static final Aligners.AnyAligner MeshWarp
MeshWarpAlignerpublic static final Aligners.AnyAligner RotateScale
RotateScaleAlignerpublic static final Aligners.AnyAligner CLM
CLMAlignerpublic static Aligners.AnyAligner[] values()
for (Aligners.AnyAligner c : Aligners.AnyAligner.values()) System.out.println(c);
public static Aligners.AnyAligner valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract Aligners.AlignerDetectorProvider<?> getOptions()
getOptions in interface CmdLineOptionsProvider