public static final class ImgLibLogical.Not<T extends RealType<T>> extends SingleOperandPixelBasedAbstractFunction<T>
Constructor and Description |
---|
Not() |
Modifier and Type | Method and Description |
---|---|
<R extends RealType<R>> |
evaluate(R t)
Evaluate this function a 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.
|
evaluate, run
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public final <R extends RealType<R>> float evaluate(R t) throws org.nfunk.jep.ParseException
SingleOperandPixelBasedAbstractFunction
public String getDocumentationString()
ImgLibFunction
Example:
>> gauss(A, sigma)
public String getFunctionString()
ImgLibFunction
Copyright © 2015–2021 Fiji. All rights reserved.