Changeset 6874 for trunk/psLib/src/mathtypes
- Timestamp:
- Apr 17, 2006, 12:00:35 PM (20 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r6778 r6874 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.10 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-04- 05 01:49:41$11 * @version $Revision: 1.102 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-17 22:00:03 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 104 104 105 105 106 // XXX these have been moved to psRegion* in src/math/ 107 # if 0 106 108 psRegion psRegionSet(float x0, 107 109 float x1, … … 160 162 return psStringCopy(tmpText); 161 163 } 162 163 164 164 165 // set actual region based on image parameters: … … 227 228 return (region); 228 229 } 230 # endif /* commented-out psRegion functions */ 229 231 230 232 bool psImageInit (psImage *image,...) -
trunk/psLib/src/mathtypes/psImage.h
r6227 r6874 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.7 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 1-28 01:12:14$13 * @version $Revision: 1.75 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-04-17 22:00:03 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 84 84 #define P_PSIMAGE_SET_TYPE(img,t) *(psMathType*)&img->type = t 85 85 86 // XXX moved to psRegion.h in src/math 87 # if 0 86 88 /** Basic image region structure. 87 89 * … … 97 99 } 98 100 psRegion; 101 # endif 99 102 100 103 /** Create an image of the specified size and type. … … 124 127 125 128 129 // XXX these have been moved to psRegion* in src/math 130 # if 0 126 131 /** Create a psRegion with the specified attributes. 127 132 * … … 184 189 double radius ///< radius of square 185 190 ); 191 # endif /* commented-out psRegions */ 186 192 187 193 /** Initializes the image with the given value.
Note:
See TracChangeset
for help on using the changeset viewer.
