Uses of Enum Class
fftManager.fftorganiser.FFTInputTypes
Packages that use FFTInputTypes
- 
Uses of FFTInputTypes in fftManager.fftorganiser
Fields in fftManager.fftorganiser declared as FFTInputTypesMethods in fftManager.fftorganiser that return FFTInputTypesModifier and TypeMethodDescriptionFFTDataOrganiser.suggestInputType(PamDataBlock sourceInputBlock) Get the most suitable input type for a data block.static FFTInputTypesReturns 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.Methods in fftManager.fftorganiser with parameters of type FFTInputTypesModifier and TypeMethodDescriptionbooleanFFTDataOrganiser.canProcess(PamDataBlock sourceInputBlock, FFTInputTypes inputType) Determine whether or not a particular data block type can be processed in the selected waybooleanFFTDataOrganiser.setInput(PamDataBlock rawOrFFTData, FFTInputTypes preferredInputType)