IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1576


Ignore:
Timestamp:
Aug 18, 2004, 3:46:30 PM (22 years ago)
Author:
Paul Price
Message:

Adding types to sync with SDRS.

File:
1 edited

Legend:

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

    r1537 r1576  
    1313    const int x0, y0;                   ///< data region relative to parent
    1414    union {
    15         psS8  **S8;                     ///< Pointers to char data
    16         psS16 **S16;                    ///< Pointers to short-integer data
    17         psS32 **S32;                    ///< Pointers to integer data
    18         psS64 **S64;                    ///< Pointers to long-integer data
    19         psU8  **U8;                     ///< Pointers to unsigned-char data
    20         psU16 **U16;                    ///< Pointers to unsigned-short-integer data
    21         psU32 **U32;                    ///< Pointers to unsigned-integer data
    22         psU64 **U64;                    ///< Pointers to unsigned-long-integer data
    23         psF32 **F32;                    ///< Pointers to floating-point data
    24         psF64 **F64;                    ///< Pointers to double-precision data
    25         psC32 **C32;                    ///< Pointers to complex floating-point data
     15        psS8  **S8;                     ///< Pointers to char data
     16        psS16 **S16;                    ///< Pointers to short-integer data
     17        psS32 **S32;                    ///< Pointers to integer data
     18        psS64 **S64;                    ///< Pointers to long-integer data
     19        psU8  **U8;                     ///< Pointers to unsigned-char data
     20        psU16 **U16;                    ///< Pointers to unsigned-short-integer data
     21        psU32 **U32;                    ///< Pointers to unsigned-integer data
     22        psU64 **U64;                    ///< Pointers to unsigned-long-integer data
     23        psF32 **F32;                    ///< Pointers to floating-point data
     24        psF64 **F64;                    ///< Pointers to double-precision data
     25        psC32 **C32;                    ///< Pointers to complex floating-point data
     26        psC64 **C64;                    ///< Pointers to complex floating-point data
    2627    } data;
    2728    const struct psImage *parent;       ///< parent, if a subimage
Note: See TracChangeset for help on using the changeset viewer.