| Package | Description |
|---|---|
| loci.visbio.ext |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionParam[] |
ExternalFunction.paramList
List of parameters and associated default values.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionParam[] |
MatlabUtil.getParameters(String func)
Gets the list of parameters for the given MATLAB function.
|
FunctionParam[] |
MatlabFunction.params()
Gets the input parameter names and corresponding default values.
|
FunctionParam[] |
ExternalProgram.params()
Gets the input parameter names and corresponding default values.
|
abstract FunctionParam[] |
ExternalFunction.params()
Gets the input parameter names and corresponding default values.
|
Copyright © 2015–2022 SciJava. All rights reserved.