IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6251 for trunk/psLib/src/sys


Ignore:
Timestamp:
Jan 30, 2006, 10:28:34 AM (20 years ago)
Author:
drobbin
Message:

Added type support in Metadata for s8,s16,u8-32. Edited PixelsTransform and test. Added types to DataType.

File:
1 edited

Legend:

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

    r6227 r6251  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-01-28 01:12:15 $
     12*  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-01-30 20:28:33 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9898*/
    9999typedef enum {
     100    PS_DATA_S8   = PS_TYPE_S8,         ///< psS8
     101    PS_DATA_S16  = PS_TYPE_S16,        ///< psS16
    100102    PS_DATA_S32  = PS_TYPE_S32,        ///< psS32
     103    PS_DATA_U8   = PS_TYPE_U8,         ///< psU8
     104    PS_DATA_U16  = PS_TYPE_U16,        ///< psU16
     105    PS_DATA_U32  = PS_TYPE_U32,        ///< psU32
    101106    PS_DATA_F32  = PS_TYPE_F32,        ///< psF32
    102107    PS_DATA_F64  = PS_TYPE_F64,        ///< psF64
Note: See TracChangeset for help on using the changeset viewer.