Changeset 4243 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Jun 13, 2005, 4:54:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r4162 r4243 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06- 08 23:40:45 $9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-14 02:54:15 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 24 24 #define PS_TYPE_KERNEL_NAME "psF32" /**< the data type for kernel as a string */ 25 25 26 /** Kernel Type 27 * 28 * A floating-point data type used for storing kernel data. 29 * 30 */ 26 31 typedef psF32 psKernelType; 27 32 … … 93 98 const psVector* yShifts, ///< list of y-axis shifts 94 99 psBool relative 100 /**< specifies the starting point for the shifts; true=relative to previous shift 101 * false = relative to some other starting point. */ 95 102 ); 96 103
Note:
See TracChangeset
for help on using the changeset viewer.
