IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4608 for trunk/psLib/src/types


Ignore:
Timestamp:
Jul 25, 2005, 10:49:04 AM (21 years ago)
Author:
drobbin
Message:

updated psImageTransform to use psArray instead of psPixels as requested in SDRS rev. 15

File:
1 edited

Legend:

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

    r4597 r4608  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-07-22 22:19:31 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-25 20:49:04 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7373psPixels* p_psPixelsAppend(
    7474    psPixels* pixels,                  ///< psPixels to append new coordinate to.  NULL creates a new one.
    75     long growth,                        ///< number of elements to grow the psPixels list, if necessary.  if growth < 1, 10 is used.
     75    long growth,
     76    ///< number of elements to grow the psPixels list, if necessary.  if growth < 1, 10 is used.
    7677    int x,                             ///< x coordinate to append
    7778    int y                              ///< y coordinate to append
Note: See TracChangeset for help on using the changeset viewer.