public class ImgLibDithering<T extends RealType<T>> extends org.nfunk.jep.function.PostfixMathCommand implements ImgLibFunction<T>
| Constructor and Description |
|---|
ImgLibDithering() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkNumberOfParameters(int n) |
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) |
checkStack, getNumberOfParameters, setCurNumberOfParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic boolean checkNumberOfParameters(int n)
checkNumberOfParameters in interface org.nfunk.jep.function.PostfixMathCommandIcheckNumberOfParameters in class org.nfunk.jep.function.PostfixMathCommandpublic void run(Stack stack) throws org.nfunk.jep.ParseException
run in interface org.nfunk.jep.function.PostfixMathCommandIrun in class org.nfunk.jep.function.PostfixMathCommandorg.nfunk.jep.ParseExceptionpublic String getDocumentationString()
ImgLibFunctionExample:
>> gauss(A, sigma) getDocumentationString in interface ImgLibFunction<T extends RealType<T>>public String getFunctionString()
ImgLibFunctiongetFunctionString in interface ImgLibFunction<T extends RealType<T>>Copyright © 2015–2021 Fiji. All rights reserved.