public static enum LevelSetFactory.Parameter extends Enum<LevelSetFactory.Parameter>
Enum Constant and Description |
---|
CONVERGENCE |
TOL_GRAYSCALE |
W_ADVECTION |
W_CURVATURE |
W_PROPAGATION |
Modifier and Type | Method and Description |
---|---|
static LevelSetFactory.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelSetFactory.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelSetFactory.Parameter CONVERGENCE
public static final LevelSetFactory.Parameter W_ADVECTION
public static final LevelSetFactory.Parameter W_PROPAGATION
public static final LevelSetFactory.Parameter W_CURVATURE
public static final LevelSetFactory.Parameter TOL_GRAYSCALE
public static LevelSetFactory.Parameter[] values()
for (LevelSetFactory.Parameter c : LevelSetFactory.Parameter.values()) System.out.println(c);
public static LevelSetFactory.Parameter 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 nullCopyright © 2015–2021 Fiji. All rights reserved.