T - public class CreateImgFromDimsAndType<T extends NativeType<T>> extends AbstractBinaryFunctionOp<Dimensions,T,Img<T>> implements Ops.Create.Img
SpecialOp.FlavorNAME| Constructor and Description |
|---|
CreateImgFromDimsAndType() |
| Modifier and Type | Method and Description |
|---|---|
Img<T> |
calculate(Dimensions input1,
T input2)
Calculates the output given two inputs.
|
void |
initialize()
Initializes the object.
|
in1, in2, out, run, setInput1, setInput2ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runin, setInputcalculate, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic Img<T> calculate(Dimensions input1, T input2)
BinaryFunctionOpcalculate in interface BinaryFunctionOp<Dimensions,T extends NativeType<T>,Img<T extends NativeType<T>>>input1 - first argument to the functioninput2 - second argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.