public class ImgLibBandPassFilter<T extends RealType<T>> extends org.nfunk.jep.function.PostfixMathCommand implements ImgLibFunction<T>
Constructor and Description |
---|
ImgLibBandPassFilter() |
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.
|
void |
run(Stack stack) |
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public void run(Stack stack) throws org.nfunk.jep.ParseException
run
in interface org.nfunk.jep.function.PostfixMathCommandI
run
in class org.nfunk.jep.function.PostfixMathCommand
org.nfunk.jep.ParseException
public String getDocumentationString()
ImgLibFunction
Example:
>> gauss(A, sigma)
getDocumentationString
in interface ImgLibFunction<T extends RealType<T>>
public String getFunctionString()
ImgLibFunction
getFunctionString
in interface ImgLibFunction<T extends RealType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.