Changeset 828 for trunk/psLib/src/dataManip/psFFT.h
- Timestamp:
- Jun 2, 2004, 9:41:57 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFFT.h
r827 r828 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-06-02 03:02:48$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-06-02 19:41:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 #ifndef PS_FFT_H 14 14 #define PS_FFT_H 15 16 15 17 16 #include "psImage.h" … … 23 22 typedef enum { 24 23 /// psImageFFT/psVectorFFT should perform a forward FFT. 25 PS_FFT_FORWARD = FFTW_FORWARD,24 PS_FFT_FORWARD = (-1), 26 25 27 26 ///< psImageFFT/psVectorFFT should perform a reverse FFT. 28 PS_FFT_REVERSE = FFTW_BACKWARD27 PS_FFT_REVERSE = (+1) 29 28 } psFftDirection; 30 29
Note:
See TracChangeset
for help on using the changeset viewer.
