Changeset 3756 for branches/bug100/psLib/src/image/psPixels.h
- Timestamp:
- Apr 21, 2005, 3:23:15 PM (21 years ago)
- File:
-
- 1 edited
-
branches/bug100/psLib/src/image/psPixels.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/bug100/psLib/src/image/psPixels.h
r3746 r3756 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $10 * @date $Date: 2005-04-22 0 0:06:41$9 * @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-22 01:23:15 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 /// @addtogroup Image 21 21 /// @{ 22 23 typedef struct 24 { 25 psS32 x; 26 psS32 y; 27 } 28 psPixelCoord; 22 29 23 30 /** list of pixel coordinates … … 33 40 typedef struct 34 41 { 35 psVector *x; ///< x coordinate 36 psVector *y; ///< y coordinate 42 int n; 43 int nalloc; 44 psPixelCoord* data; 37 45 } 38 46 psPixels;
Note:
See TracChangeset
for help on using the changeset viewer.
