Changeset 3947
- Timestamp:
- May 16, 2005, 11:06:37 AM (21 years ago)
- Location:
- branches/pap_branch_050513/psLib/src
- Files:
-
- 2 edited
-
image/psImage.h (modified) (2 diffs)
-
mathtypes/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_050513/psLib/src/image/psImage.h
r3786 r3947 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 4-29 02:25:10$13 * @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-05-16 21:06:37 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 54 54 const psU32 numCols; ///< Number of columns in image 55 55 const psU32 numRows; ///< Number of rows in image. 56 const psS32 col0;///< Column position relative to parent.57 const psS32 row0;///< Row position relative to parent.56 psS32 col0; ///< Column position relative to parent. 57 psS32 row0; ///< Row position relative to parent. 58 58 59 59 union { -
branches/pap_branch_050513/psLib/src/mathtypes/psImage.h
r3786 r3947 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 4-29 02:25:10$13 * @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-05-16 21:06:37 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 54 54 const psU32 numCols; ///< Number of columns in image 55 55 const psU32 numRows; ///< Number of rows in image. 56 const psS32 col0;///< Column position relative to parent.57 const psS32 row0;///< Row position relative to parent.56 psS32 col0; ///< Column position relative to parent. 57 psS32 row0; ///< Row position relative to parent. 58 58 59 59 union {
Note:
See TracChangeset
for help on using the changeset viewer.
