IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2004, 4:37:55 PM (22 years ago)
Author:
desonia
Message:

doxygen cleanup.

File:
1 edited

Legend:

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

    r1441 r1464  
    3030 *  @author Ross Harman, MHPCC
    3131 *
    32  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2004-08-09 23:40:55 $
     32 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2004-08-11 02:37:55 $
    3434 *
    3535 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555 *  @return  psType* : Pointer to either psImage or psVector.
    5656 */
    57 psType* psBinaryOp(void *out,   // / Output type, either psImage or psVector.
    58                    void *in1,   // / First input, either psImage or psVector.
    59                    char *op,    // / Operator.
    60                    void *in2    // / Second input, either psImage or psVector.
    61                   );
     57psType* psBinaryOp(
     58    void *out,                         ///< Output type, either psImage or psVector.
     59    void *in1,                         ///< First input, either psImage or psVector.
     60    char *op,                          ///< Operator.
     61    void *in2                          ///< Second input, either psImage or psVector.
     62);
    6263
    6364/** Perform simple unary arithmetic with images or vectors
     
    7778 *  @return  psType* : Pointer to either psImage or psVector.
    7879 */
    79 psType* psUnaryOp(void *out,    // / Output type, either psImage or psVector.
    80                   void *in,     // / Input, either psImage or psVector.
    81                   char *op      // / Operator.
    82                  );
     80psType* psUnaryOp(
     81    void *out,                         ///< Output type, either psImage or psVector.
     82    void *in,                          ///< Input, either psImage or psVector.
     83    char *op                           ///< Operator.
     84);
    8385
    8486/// @}
Note: See TracChangeset for help on using the changeset viewer.