Changeset 974 for trunk/psLib/src/dataManip/psFFT.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (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
r828 r974 3 3 * @brief Contains FFT transforms functions 4 4 * 5 * @ingroup Transform 6 * 5 7 * @author Robert DeSonia, MHPCC 6 8 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-06- 02 19:41:57$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-06-10 01:58:06 $ 9 11 * 10 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 18 #include "psImage.h" 17 19 #include "psVector.h" 20 21 /// @addtogroup Transform 22 /// @{ 18 23 19 24 /** Details on FFT implementation (private). */ … … 42 47 psVector* psVectorPowerSpectrum(psVector* out, const psVector* in); 43 48 49 /// @} 44 50 45 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
