Changeset 4316 for trunk/psLib/src/image/psImageConvolve.h
- Timestamp:
- Jun 17, 2005, 5:13:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageConvolve.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageConvolve.h
r4315 r4316 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-18 0 2:30:49$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-18 03:13:02 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 71 71 */ 72 72 psKernel* psKernelAlloc( 73 psS32xMin, ///< Most negative x index74 psS32xMax, ///< Most positive x index75 psS32yMin, ///< Most negative y index76 psS32yMax ///< Most positive y index73 int xMin, ///< Most negative x index 74 int xMax, ///< Most positive x index 75 int yMin, ///< Most negative y index 76 int yMax ///< Most positive y index 77 77 ); 78 78 … … 97 97 const psVector* xShifts, ///< list of x-axis shifts 98 98 const psVector* yShifts, ///< list of y-axis shifts 99 psBool relative99 bool relative 100 100 /**< specifies the starting point for the shifts; true=relative to previous shift 101 101 * false = relative to some other starting point. */
Note:
See TracChangeset
for help on using the changeset viewer.
