IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 5:13:02 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r4315 r4316  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-18 02:30:49 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-18 03:13:02 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7171 */
    7272psKernel* psKernelAlloc(
    73     psS32 xMin,                          ///< Most negative x index
    74     psS32 xMax,                          ///< Most positive x index
    75     psS32 yMin,                          ///< Most negative y index
    76     psS32 yMax                           ///< Most positive y index
     73    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
    7777);
    7878
     
    9797    const psVector* xShifts,           ///< list of x-axis shifts
    9898    const psVector* yShifts,           ///< list of y-axis shifts
    99     psBool relative
     99    bool relative
    100100    /**< specifies the starting point for the shifts; true=relative to previous shift
    101101     *  false = relative to some other starting point.  */
Note: See TracChangeset for help on using the changeset viewer.