Changeset 2283 for trunk/psLib/src/fft/psImageFFT.h
- Timestamp:
- Nov 4, 2004, 12:14:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.h
r1625 r2283 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004- 08-25 21:10:09$9 * @version $Revision: 1.2 $ $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 … … 17 17 18 18 #include "psImage.h" 19 #include "psVectorFFT.h" // for psF ftDirection19 #include "psVectorFFT.h" // for psFFTFlags 20 20 21 21 /// @addtogroup Transform … … 34 34 psImage* out, ///< a psImage to recycle. If NULL, a new psImage is made. 35 35 const psImage* in, ///< the psImage to apply transform to 36 psF ftDirection direction///< the direction of the transform36 psFFTFlags direction ///< the direction of the transform 37 37 ); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
