Changeset 4315 for trunk/psLib/src/mathtypes
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r4128 r4315 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.6 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06- 07 02:29:44$11 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-18 02:30:49 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 50 50 psImage* psImageAlloc(psU32 numCols, 51 51 psU32 numRows, 52 constpsElemType type)52 psElemType type) 53 53 { 54 54 psS32 area = 0; -
trunk/psLib/src/mathtypes/psImage.h
r4195 r4315 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06- 09 21:20:20$13 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-18 02:30:49 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 105 105 psU32 numCols, ///< Number of rows in image. 106 106 psU32 numRows, ///< Number of columns in image. 107 const psElemType type///< Type of data for image.107 psElemType type ///< Type of data for image. 108 108 ); 109 109
Note:
See TracChangeset
for help on using the changeset viewer.
