![]() |
Diana Software
|
Base class for FFTW3 classes. More...
Public Member Functions | |
| QFFTW3 () | |
| ctor loads the wisdom singleton. More... | |
| virtual | ~QFFTW3 () |
| dtor does nothing. More... | |
| bool | ExportWisdomToFile (const char *outFile) |
| Save the accumulated wisdom to file. More... | |
| bool | ImportWisdomFromFile (const char *inFile) |
| Load wisdom from file. More... | |
| bool | ImportSystemWisdom () |
| Load wisdom from a system file. More... | |
| bool | ForgetWisdom (void) |
| Forget any accumulated wisdom. More... | |
| ClassDef (QFFTW3, 0) | |
Base class for FFTW3 classes.
Sole purpoes is to make sure that the singleton class is instantiated, but it is difficult to inherit from a singleton class.
|
inline |
ctor loads the wisdom singleton.
Definition at line 137 of file QFFTW3.hh.
References QFFTW3Wisdom::Get().
|
inlinevirtual |
| QFFTW3::ClassDef | ( | QFFTW3 | , |
| 0 | |||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |