Changeset 4186 for trunk/psModules/src/pmObjects.h
- Timestamp:
- Jun 8, 2005, 8:18:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmObjects.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmObjects.h
r3877 r4186 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 5-10 23:48:19$7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-06-09 06:18:28 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 164 164 pmSourceSetPixelCircle(source, image, radius) 165 165 *****************************************************************************/ 166 bool pmSourceSetPixel Circle(psSource *source, ///< The input psSource167 const psImage *image, ///< The input image (psF32)168 psF32 radius ///< The radius of the circle169 );166 bool pmSourceSetPixelsCircle(psSource *source, ///< The input psSource 167 const psImage *image, ///< The input image (psF32) 168 psF32 radius ///< The radius of the circle 169 ); 170 170 171 171 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
