|  | gtkIOStream
    1.7.0
    GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ... | 
class Real2DFFT controls fftw plans and executes fwd/inv transforms More...
#include <Real2DFFT.H>
| Public Member Functions | |
| Real2DFFT (Real2DFFTData *d) | |
| fft init ... data pointed to by 'd'  More... | |
| virtual | ~Real2DFFT () | 
| fft deconstructor  More... | |
| void | fwdTransform () | 
| Forward transform the data (in to out)  More... | |
| void | invTransform () | 
| Inverse transform the data (out to in)  More... | |
| Protected Attributes | |
| Real2DFFTData * | data | 
| The pointer to the relevant data.  More... | |
| Private Attributes | |
| fftw_plan | fwdPlan | 
| The forward and inverse plans.  More... | |
| fftw_plan | invPlan | 
class Real2DFFT controls fftw plans and executes fwd/inv transforms
Definition at line 24 of file Real2DFFT.H.
| 
 | inline | 
fft init ... data pointed to by 'd'
Definition at line 32 of file Real2DFFT.H.
| 
 | inlinevirtual | 
fft deconstructor
Definition at line 41 of file Real2DFFT.H.
| 
 | inline | 
Forward transform the data (in to out)
Definition at line 50 of file Real2DFFT.H.
| 
 | inline | 
Inverse transform the data (out to in)
Definition at line 58 of file Real2DFFT.H.
| 
 | protected | 
The pointer to the relevant data.
Definition at line 29 of file Real2DFFT.H.
| 
 | private | 
The forward and inverse plans.
Definition at line 26 of file Real2DFFT.H.
| 
 | private | 
Definition at line 26 of file Real2DFFT.H.
| GTK+ IOStream
    Beta
    |