public final class ImgLibModulus<T extends RealType<T>> extends TwoOperandsPixelBasedAbstractFunction<T>
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENTATION_STRING |
Constructor and Description |
---|
ImgLibModulus() |
Modifier and Type | Method and Description |
---|---|
<R extends RealType<R>> |
evaluate(R t1,
R t2)
Evaluate this function on two numeric types.
|
String |
getDocumentationString()
Returns a documentation string that documents in enough details what the
function does, and how.
|
String |
getFunctionString()
Return a String containing the function name, that is, how this function
must be represented in an expression to be called.
|
String |
toString()
Return a String describing this operator.
|
evaluate, evaluate, evaluate, run
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
public static final String DOCUMENTATION_STRING
public final <R extends RealType<R>> float evaluate(R t1, R t2) throws org.nfunk.jep.ParseException
TwoOperandsPixelBasedAbstractFunction
evaluate
in class TwoOperandsPixelBasedAbstractFunction<T extends RealType<T>>
t1
- The first numbert2
- The second numberorg.nfunk.jep.ParseException
public String getDocumentationString()
ImgLibFunction
Example:
>> gauss(A, sigma)
public String getFunctionString()
ImgLibFunction
public String toString()
ImgLibFunction
Copyright © 2015–2021 Fiji. All rights reserved.