public static class ConvertTypes.ComplexToFloat32<C extends ComplexType<C>> extends AbstractUnaryHybridCF<C,FloatType> implements Ops.Convert.Float32
SpecialOp.FlavorALIASES, NAME| Constructor and Description |
|---|
ComplexToFloat32() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(C input,
FloatType output)
Computes the output given some input.
|
FloatType |
createOutput(C input)
Create an output object given some input.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, opinitializepublic FloatType createOutput(C input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<C extends ComplexType<C>,FloatType>input - which determines how to create the outputpublic void compute(C input, FloatType output)
UnaryComputerOpcompute in interface UnaryComputerOp<C extends ComplexType<C>,FloatType>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
must be non-null and a different object than inputCopyright © 2014–2022 ImageJ. All rights reserved.