Changeset 824 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jun 1, 2004, 12:42:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r820 r824 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06-01 2 0:00:08$11 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-01 22:42:57 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 59 59 psC64 **C64; ///< double-precision complex data. 60 60 psPTR **PTR; ///< void pointers 61 void ** v; ///< pointer to data61 void **V; ///< pointer to data 62 62 } data; ///< Union for data types. 63 63 const struct psImage *parent; ///< Parent, if a subimage.
Note:
See TracChangeset
for help on using the changeset viewer.
