IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:12:56 PM (19 years ago)
Author:
Paul Price
Message:

Making psPixels APIs to look more like the psArray, psVector APIs (psPixelsAdd, psPixelsAllocEmpty, etc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r12248 r12330  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-03-06 02:14:55 $
     12 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-03-08 22:12:56 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    907907    if (isnan(value)) { \
    908908        if (blankPixels != NULL) { \
    909             p_psPixelsAppend(*blankPixels, (*blankPixels)->nalloc, outPosition.x, outPosition.y); \
     909            psPixelsAdd(*blankPixels, (*blankPixels)->nalloc, outPosition.x, outPosition.y); \
    910910        } \
    911911        value = exposedValue; \
Note: See TracChangeset for help on using the changeset viewer.