Changeset 4608 for trunk/psLib/src/types
- Timestamp:
- Jul 25, 2005, 10:49:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psPixels.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psPixels.h
r4597 r4608 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-07-2 2 22:19:31$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-07-25 20:49:04 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 73 73 psPixels* p_psPixelsAppend( 74 74 psPixels* pixels, ///< psPixels to append new coordinate to. NULL creates a new one. 75 long growth, ///< number of elements to grow the psPixels list, if necessary. if growth < 1, 10 is used. 75 long growth, 76 ///< number of elements to grow the psPixels list, if necessary. if growth < 1, 10 is used. 76 77 int x, ///< x coordinate to append 77 78 int y ///< y coordinate to append
Note:
See TracChangeset
for help on using the changeset viewer.
