IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImagePixelExtract.h

    r4206 r4367  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-06-10 02:30:47 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-06-23 03:50:29 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5858psVector* psImageSlice(
    5959    psVector* out,                     ///< psVector to recycle, or NULL.
    60     psVector* slicePositions,
     60    psVector* coords,
    6161    ///< If not NULL, it is populated with the coordinate in the slice dimension
    6262    ///< coorsponding to the output vector's value of the same position in the
     
    9494    psU32 maskVal,                     ///< the mask value to apply to the mask
    9595    psRegion region,                   ///< the start and end points to cut along
    96     psU32 nSamples,                    ///< the number of samples along the cut
     96    unsigned int nSamples,             ///< the number of samples along the cut
    9797    psImageInterpolateMode mode        ///< the interpolation method to use
    9898);
     
    116116    const psImage* mask,               ///< the mask for the input image.
    117117    psU32 maskVal,                     ///< the mask value to apply to the mask
    118     float centerCol,                   ///< the column of the center of the cut circle
    119     float centerRow,                   ///< the row of the center of the cut circle
     118    float x,                           ///< the column of the center of the cut circle
     119    float y,                           ///< the row of the center of the cut circle
    120120    const psVector* radii,             ///< the radii of the cut circle
    121121    const psStats* stats               ///< the statistic to perform in operation
Note: See TracChangeset for help on using the changeset viewer.