Constructor and Description |
---|
Variable(String name,
LetBinding<O> let) |
Variable(String name,
O value)
Used by the ImgSource to replace itself with a Let-Var when inside the Then or Else of an If statement.
|
Modifier and Type | Method and Description |
---|---|
List<OFunction<O>> |
children() |
O |
eval() |
O |
eval(Localizable loc) |
double |
evalDouble() |
double |
evalDouble(Localizable loc) |
String |
getName() |
O |
getScrap() |
public Variable(String name, LetBinding<O> let)
public final O eval(Localizable loc)
public final O getScrap()
public final String getName()
public final double evalDouble()
evalDouble
in interface OFunction<O extends RealType<O>>
public final double evalDouble(Localizable loc)
evalDouble
in interface OFunction<O extends RealType<O>>
Copyright © 2015–2022 ImgLib2. All rights reserved.