Package | Description |
---|---|
levelsets.algorithm | |
levelsets.ij |
Modifier and Type | Field and Description |
---|---|
LevelSetFactory.Parameter[] |
LevelSetFactory.LevelSetDef.params_used |
Modifier and Type | Field and Description |
---|---|
protected EnumMap<LevelSetFactory.Parameter,String> |
LevelSetFactory.param_desc |
protected EnumMap<LevelSetFactory.Parameter,Object> |
LevelSetFactory.param_val |
Modifier and Type | Method and Description |
---|---|
static LevelSetFactory.Parameter |
LevelSetFactory.Parameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelSetFactory.Parameter[] |
LevelSetFactory.Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumMap<LevelSetFactory.Parameter,Object> |
LevelSetFactory.getParameterDefaults(String impl) |
EnumMap<LevelSetFactory.Parameter,String> |
LevelSetFactory.getParameters() |
Modifier and Type | Method and Description |
---|---|
Object |
LevelSetFactory.getParameterValue(LevelSetFactory.Parameter key) |
void |
LevelSetFactory.setParameterValue(LevelSetFactory.Parameter key,
Object value) |
Constructor and Description |
---|
LevelSetDef(LevelSetFactory.Parameter[] params_used,
Object[] params_defaults) |
Modifier and Type | Field and Description |
---|---|
protected EnumMap<LevelSetFactory.Parameter,String> |
LevelSet.parameters |
Copyright © 2015–2021 Fiji. All rights reserved.