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