public class IFFTMethodsOpI<C extends ComplexType<C>> extends AbstractUnaryInplaceOp<RandomAccessibleInterval<C>> implements Ops.Filter.IFFT, Contingent
SpecialOp.Flavor
NAME
Constructor and Description |
---|
IFFTMethodsOpI() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
Make sure that the input size conforms to a supported FFT size.
|
void |
mutate(RandomAccessibleInterval<C> inout)
Compute an ND inverse FFT
|
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance
in, run, run
candidates, filterArity, op
initialize
public void mutate(RandomAccessibleInterval<C> inout)
mutate
in interface UnaryInplaceOp<RandomAccessibleInterval<C extends ComplexType<C>>,RandomAccessibleInterval<C extends ComplexType<C>>>
inout
- of the UnaryInplaceOp
public boolean conforms()
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.