Changeset 1464 for trunk/psLib/src/dataManip/psMatrixVectorArithmetic.h
- Timestamp:
- Aug 10, 2004, 4:37:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.h
r1441 r1464 30 30 * @author Ross Harman, MHPCC 31 31 * 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 $ 34 34 * 35 35 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 * @return psType* : Pointer to either psImage or psVector. 56 56 */ 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 ); 57 psType* 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 ); 62 63 63 64 /** Perform simple unary arithmetic with images or vectors … … 77 78 * @return psType* : Pointer to either psImage or psVector. 78 79 */ 79 psType* psUnaryOp(void *out, // / Output type, either psImage or psVector. 80 void *in, // / Input, either psImage or psVector. 81 char *op // / Operator. 82 ); 80 psType* psUnaryOp( 81 void *out, ///< Output type, either psImage or psVector. 82 void *in, ///< Input, either psImage or psVector. 83 char *op ///< Operator. 84 ); 83 85 84 86 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
