public final class ImgLibSquareRoot<T extends RealType<T>> extends SingleOperandPixelBasedAbstractFunction<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENTATION_STRING |
| Constructor and Description |
|---|
ImgLibSquareRoot() |
| Modifier and Type | Method and Description |
|---|---|
<R extends RealType<R>> |
evaluate(R alpha)
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.
|
String |
toString()
Return a String describing this operator.
|
evaluate, runcheckNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameterspublic static final String DOCUMENTATION_STRING
public final <R extends RealType<R>> float evaluate(R alpha)
SingleOperandPixelBasedAbstractFunctionpublic String getDocumentationString()
ImgLibFunctionExample:
>> gauss(A, sigma) public String getFunctionString()
ImgLibFunctionpublic String toString()
ImgLibFunctionCopyright © 2015–2021 Fiji. All rights reserved.