Changeset 5070 for trunk/psLib/src/mathtypes
- Timestamp:
- Sep 19, 2005, 12:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.h
r5064 r5070 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 69$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09-1 6 23:56:51$13 * @version $Revision: 1.70 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-19 22:50:29 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 55 55 const int numCols; ///< Number of columns in image 56 56 const int numRows; ///< Number of rows in image. 57 const int col0;///< Column position relative to parent.58 const int row0;///< Row position relative to parent.57 int col0; ///< Column position relative to parent. 58 int row0; ///< Row position relative to parent. 59 59 60 60 union {
Note:
See TracChangeset
for help on using the changeset viewer.
