IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2004, 8:31:49 AM (22 years ago)
Author:
desonia
Message:

migrated more psError calls to new style (i.e., psErrorMsg).

File:
1 edited

Legend:

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

    r1613 r1864  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-25 00:04:01 $
     12*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-09-23 18:31:49 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    145145psVector* psImageCut(
    146146    psVector* out,                     ///< psVector to recycle, or NULL.
     147    psVector* coords,                  ///< if not NULL, the calculated coordinates along the slice (output)
    147148    const psImage* input,              ///< the input image in which to perform the cut
    148149    const psImage* restrict mask,      ///< the mask for the input image.
     
    152153    float endCol,                      ///< the column of the end of the cut line
    153154    float endRow,                      ///< the row of the end of the cut line
    154     float width,                       ///< the distance about the line to perform the statistics
    155     const psStats* stats               ///< the statistic to perform in operation
     155    float nSamples,                    ///< the number of samples along the cut
     156    psImageInterpolateMode mode        ///< the interpolation method to use
    156157);
    157158
Note: See TracChangeset for help on using the changeset viewer.