IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 237


Ignore:
Timestamp:
Mar 12, 2004, 5:14:46 PM (22 years ago)
Author:
eugene
Message:

added signed int data types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImages.h

    r226 r237  
    1717    int x0, y0;                         ///< data region relative to parent
    1818    psF32 **rows;                       ///< == rows_f32
     19    psS8  **rows_s8;                    ///< pointers to psS8 data
     20    psS16 **rows_s16;                   ///< pointers to psS16 data
     21    psS32 **rows_s32;                   ///< pointers to psS32 data
    1922    psU8  **rows_u8;                    ///< pointers to psU8 data
    2023    psU16 **rows_u16;                   ///< pointers to psU16 data
Note: See TracChangeset for help on using the changeset viewer.