23 const std::string
name()
const override {
return "RealFFT"; }
25 const std::string
summary()
const override {
return "Performs real Fast Fourier Transform"; }
28 int version()
const override {
return 1; }
29 const std::vector<std::string>
seeAlso()
const override {
30 return {
"ExtractFFTSpectrum",
"FFT",
"FFTDerivative",
"MaxEnt",
"SassenaFFT",
"FFTSmooth"};
33 const std::string
category()
const override {
return "Arithmetic\\FFT"; }
Base class for algorithms that can run in parallel on all MPI ranks but not in a distributed fashion.
Performs a Fast Fourier Transform of real data.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.