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
IdentityAligner
public static final Aligners.AnyAligner Scaling
ScalingAligner
public static final Aligners.AnyAligner Affine
AffineAligner
public static final Aligners.AnyAligner MeshWarp
MeshWarpAligner
public static final Aligners.AnyAligner RotateScale
RotateScaleAligner
public static final Aligners.AnyAligner CLM
CLMAligner
public 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