IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 2:51:28 PM (21 years ago)
Author:
drobbin
Message:

made request argument changes (apidelta-report-cycle6)

File:
1 edited

Legend:

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

    r4367 r4385  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-06-23 03:50:29 $
     10*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-06-25 00:51:28 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464    const psImage* input,              ///< the input image in which to perform the slice
    6565    const psImage* mask,               ///< the mask for the input image.
    66     psU32 maskVal,                     ///< the mask value to apply to the mask
     66    psMaskType maskVal,                ///< the mask value to apply to the mask
    6767    psRegion region,                   ///< the slice region
    6868    psImageCutDirection direction,     ///< the slice dimension and direction
     
    8484 *  psF64.
    8585 *
    86  *  @return psVector    resulting vector
     86 *  @return psVector*    resulting vector
    8787 */
    8888psVector* psImageCut(
     
    9292    const psImage* input,              ///< the input image in which to perform the cut
    9393    const psImage* mask,               ///< the mask for the input image.
    94     psU32 maskVal,                     ///< the mask value to apply to the mask
     94    psMaskType maskVal,                ///< the mask value to apply to the mask
    9595    psRegion region,                   ///< the start and end points to cut along
    9696    unsigned int nSamples,             ///< the number of samples along the cut
     
    115115    const psImage* input,              ///< the input image in which to perform the cut
    116116    const psImage* mask,               ///< the mask for the input image.
    117     psU32 maskVal,                     ///< the mask value to apply to the mask
     117    psMaskType maskVal,                ///< the mask value to apply to the mask
    118118    float x,                           ///< the column of the center of the cut circle
    119119    float y,                           ///< the row of the center of the cut circle
Note: See TracChangeset for help on using the changeset viewer.