Uses of Enum Class
fftManager.fftorganiser.FFTInputTypes
-
Uses of FFTInputTypes in fftManager.fftorganiser
Modifier and TypeMethodDescriptionFFTDataOrganiser.suggestInputType
(PamDataBlock sourceInputBlock) Get the most suitable input type for a data block.static FFTInputTypes
Returns the enum constant of this class with the specified name.static FFTInputTypes[]
FFTInputTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
FFTDataOrganiser.canProcess
(PamDataBlock sourceInputBlock, FFTInputTypes inputType) Determine whether or not a particular data block type can be processed in the selected wayboolean
FFTDataOrganiser.setInput
(PamDataBlock rawOrFFTData, FFTInputTypes preferredInputType)