public interface ImgLibFunction<T extends RealType<T>>
extends org.nfunk.jep.function.PostfixMathCommandI
Modifier and Type | Method and Description |
---|---|
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.
|
String toString()
String getFunctionString()
String getDocumentationString()
Example:
>> gauss(A, sigma)
Copyright © 2015–2021 Fiji. All rights reserved.