IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 4:34:00 PM (22 years ago)
Author:
desonia
Message:

modified psImage to match currect IfA input and added copy function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psType.h

    r711 r714  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-05-17 20:59:34 $
     21 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-05-18 02:33:59 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6969    PS_TYPE_COMPLEX_DOUBLE   = 0x810,   ///< Complex numbers consisting of double-precision floating point.
    7070    PS_TYPE_PTR              = 0x000,   ///< Something else that's not supported for arithmetic.
     71
     72    PS_TYPE_S8               = 0x101,   ///< Character.
     73    PS_TYPE_S16              = 0x102,   ///< Short integer.
     74    PS_TYPE_S32              = 0x104,   ///< Integer.
     75    PS_TYPE_S64              = 0x108,   ///< Long integer.
     76    PS_TYPE_U8               = 0x301,   ///< Unsigned character.
     77    PS_TYPE_U16              = 0x302,   ///< Unsigned short integer.
     78    PS_TYPE_U32              = 0x304,   ///< Unsigned integer.
     79    PS_TYPE_U64              = 0x308,   ///< Unsigned long integer.
     80    PS_TYPE_F32              = 0x404,   ///< Single-precision Floating point.
     81    PS_TYPE_F64              = 0x408,   ///< Double-precision floating point.
     82    PS_TYPE_C32              = 0x808,   ///< Complex numbers consisting of single-precision floating point.
     83    PS_TYPE_C64              = 0x810,   ///< Complex numbers consisting of double-precision floating point.
    7184} psElemType;
    7285
Note: See TracChangeset for help on using the changeset viewer.