Changeset 2283 for trunk/psLib/src/fft/psVectorFFT.h
- Timestamp:
- Nov 4, 2004, 12:14:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psVectorFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psVectorFFT.h
r1984 r2283 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 0-06 21:40:13$9 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-04 22:14:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 /// psImageFFT/psVectorFFT should perform a reverse FFT with a real result. 32 32 PS_FFT_REAL_RESULT = 4 33 } psF ftDirection;33 } psFFTFlags; 34 34 35 35 … … 46 46 psVector* out, ///< a psVector to recycle. If NULL, a new psVector is made. 47 47 const psVector* in, ///< the vector to apply transform to 48 psF ftDirection direction///< the direction of the transform48 psFFTFlags direction ///< the direction of the transform 49 49 ); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
