casa
$Rev:20696$
|
Lists the different types of FFT's that can be done. More...
#include <FFTServer.h>
Public Types | |
enum | TransformType { COMPLEX, INVCOMPLEX, REALTOCOMPLEX, COMPLEXTOREAL, REALSYMMETRIC } |
Lists the different types of FFT's that can be done.
This enumerator is brought out as a separate class because g++ currently cannot handle enumerators in a templated class. When it can this class will go away and this enumerator moved into the FFTServer class
Definition at line 49 of file FFTServer.h.
COMPLEX |
Forward Complex to Complex transforms. |
INVCOMPLEX |
Inverse Complex to Complex transforms. |
REALTOCOMPLEX | |
COMPLEXTOREAL | |
REALSYMMETRIC |
Definition at line 51 of file FFTServer.h.