IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2006, 6:41:45 PM (20 years ago)
Author:
desonia
Message:

changed psImagePixelExtract to take a psPixels instead of psVector of coord
parameter.

File:
1 edited

Legend:

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

    r5213 r6294  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-09-30 23:09:13 $
     10*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-02-02 04:41:42 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020#include "psVector.h"
    2121#include "psStats.h"
     22#include "psPixels.h"
    2223
    2324/// @addtogroup Image
     
    8081psVector* psImageSlice(
    8182    psVector* out,                     ///< psVector to recycle, or NULL.
    82     psVector* coords,
     83    psPixels* coords,
    8384    ///< If not NULL, it is populated with the coordinate in the slice dimension
    8485    ///< coorsponding to the output vector's value of the same position in the
Note: See TracChangeset for help on using the changeset viewer.