public class SoComplexCenteredFFTInverseProcessing extends SoImageVizEngine
SoComplexCenteredFFTInverseProcessing engine
The SoComplexCenteredFFTProcessing engine computes the centered fast Fourier inverse transform.
For an introduction, see:
The SoComplexCenteredFFTInverseProcessing engine is used to reconstruct an image after a centered FFT transform. The imaginary part of the output is null.
See also: SoComplexCenteredFFTProcessing.
File format/default:
ComplexCenteredFFTInverseProcessing {
| computeMode | MODE_AUTO |
| inRealImage | NULL |
| inImaginaryImage | NULL |
Library references: fftinvcenter
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImaginaryImage
The input imaginary part image.
|
SoSFImageDataAdapter |
inRealImage
The input real part image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImaginaryImage
The output imaginary part image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outRealImage
The output real part image.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoComplexCenteredFFTInverseProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inRealImage
public final SoSFImageDataAdapter inImaginaryImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outRealImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImaginaryImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com