IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 3:58:06 PM (22 years ago)
Author:
desonia
Message:

Added doxygen group tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psVectorFFT.h

    r828 r974  
    33 *  @brief Contains FFT transforms functions
    44 *
     5 *  @ingroup Transform
     6 *
    57 *  @author Robert DeSonia, MHPCC
    68 *
    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 $
    911 *
    1012 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1618#include "psImage.h"
    1719#include "psVector.h"
     20
     21/// @addtogroup Transform
     22/// @{
    1823
    1924/** Details on FFT implementation (private). */
     
    4247psVector* psVectorPowerSpectrum(psVector* out, const psVector* in);
    4348
     49/// @}
    4450
    4551#endif
Note: See TracChangeset for help on using the changeset viewer.