T
- public class CreateImgFromDimsAndType<T extends NativeType<T>> extends AbstractBinaryFunctionOp<Dimensions,T,Img<T>> implements Ops.Create.Img
SpecialOp.Flavor
NAME
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, setInput2
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
in, setInput
calculate, run
run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public Img<T> calculate(Dimensions input1, T input2)
BinaryFunctionOp
calculate
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.