IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 11:38:19 AM (21 years ago)
Author:
desonia
Message:

changes given implementation of tests for the psPixels functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.h

    r3761 r3959  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-04-23 00:10:19 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-05-18 21:38:19 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9191    psImage* out,                      ///< psImage to recycle, or NULL
    9292    const psPixels* pixels,            ///< list of pixels to use
    93     const psRegion* region,            ///< region to define the output mask image
     93    const psRegion region,             ///< region to define the output mask image
    9494    unsigned int maskVal               ///< the mask bit-values to act upon
    9595);
     
    104104 *  @return psPixels*   generated psPixels pixel list
    105105 */
    106 psPixels* psMaskToPixels(
     106psPixels* psPixelsFromMask(
    107107    psPixels *out,                     ///< psPixels to recycle, or NULL
    108108    const psImage *mask,               ///< the input mask psImage
     
    125125);
    126126
     127/** Prints a psPixels to specified destination. */
     128bool p_psPixelsPrint(
     129    FILE *fd,
     130    psPixels* pixels,
     131    const char *name
     132);
     133
    127134#endif
Note: See TracChangeset for help on using the changeset viewer.