Changeset 1576
- Timestamp:
- Aug 18, 2004, 3:46:30 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r1537 r1576 13 13 const int x0, y0; ///< data region relative to parent 14 14 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 26 27 } data; 27 28 const struct psImage *parent; ///< parent, if a subimage
Note:
See TracChangeset
for help on using the changeset viewer.
