Changeset 12741 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Apr 4, 2007, 12:42:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r12187 r12741 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-02 22:19:21$7 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-04 22:42:02 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 98 98 /// 99 99 psKernel *psKernelGenerate( 100 const psVector *tShifts, ///< list of time shifts (F32)101 const psVector *xShifts, ///< list of x-axis shifts (S32)102 const psVector *yShifts, ///< list of y-axis shifts (S32)103 bool tRelative, ///< Are times relative (durations) or absolute?104 bool xyRelative ///< Are x,y positions relative (shifts) or absolute?100 const psVector *tShifts, ///< list of time shifts (F32) 101 const psVector *xShifts, ///< list of x-axis shifts (S32) 102 const psVector *yShifts, ///< list of y-axis shifts (S32) 103 float totalTime, ///< Total time (relative times if negative) 104 bool xyRelative ///< Are x,y positions relative (shifts) or absolute? 105 105 ); 106 106
Note:
See TracChangeset
for help on using the changeset viewer.
