9 #define FFTW_MEM_ALGN 16
dm Get("DAQ",&rHandle,"DB")
#define Q_BEGIN_NAMESPACE
Singleton class for handling FFTW3 wisdom.
bool ImportWisdomFromFile(const char *inFile)
Load wisdom from file.
std::string fWisdomFile
The file from which the wisdom was loaded.
std::string fLocalFile
The file to save the wisdom.
static QFFTW3Wisdom * Get()
Access to the singleton class.
bool fSavingWisdom
Saving wisdom.
static QFFTW3Wisdom * fInstance
Pointer to the singleton instance.
bool ExportWisdomToFile(const char *outFile)
Save the accumulated wisdom to file.
bool ImportSystemWisdom()
Load wisdom from a system file.
QFFTW3Wisdom()
Default ctor.
~QFFTW3Wisdom()
Default dtor.
bool ForgetWisdom(void)
Forget any accumulated wisdom.
bool fLocalWisdom
Local wisdom used.
Base class for FFTW3 classes.
bool ImportWisdomFromFile(const char *inFile)
Load wisdom from file.
bool ForgetWisdom(void)
Forget any accumulated wisdom.
QFFTW3()
ctor loads the wisdom singleton.
bool ExportWisdomToFile(const char *outFile)
Save the accumulated wisdom to file.
virtual ~QFFTW3()
dtor does nothing.
bool ImportSystemWisdom()
Load wisdom from a system file.