IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r1464 r2204  
    3030 *  @author Ross Harman, MHPCC
    3131 *
    32  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2004-08-11 02:37:55 $
     32 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2004-10-27 00:57:31 $
    3434 *
    3535 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5656 */
    5757psType* psBinaryOp(
    58     void *out,                         ///< Output type, either psImage or psVector.
    59     void *in1,                         ///< First input, either psImage or psVector.
     58    psPtr out,                         ///< Output type, either psImage or psVector.
     59    psPtr in1,                         ///< First input, either psImage or psVector.
    6060    char *op,                          ///< Operator.
    61     void *in2                          ///< Second input, either psImage or psVector.
     61    psPtr in2                          ///< Second input, either psImage or psVector.
    6262);
    6363
     
    7979 */
    8080psType* psUnaryOp(
    81     void *out,                         ///< Output type, either psImage or psVector.
    82     void *in,                          ///< Input, either psImage or psVector.
     81    psPtr out,                         ///< Output type, either psImage or psVector.
     82    psPtr in,                          ///< Input, either psImage or psVector.
    8383    char *op                           ///< Operator.
    8484);
Note: See TracChangeset for help on using the changeset viewer.