IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6230 for trunk/psLib/src/types


Ignore:
Timestamp:
Jan 27, 2006, 3:31:44 PM (21 years ago)
Author:
drobbin
Message:

Implemented psPixelsTransform.

File:
1 edited

Legend:

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

    r5530 r6230  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-11-16 23:06:35 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-01-28 01:31:44 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4141typedef struct
    4242{
    43     long n;                            ///< Number in usa
     43    long n;                            ///< Number in use
    4444    const long nalloc;                 ///< Number allocated
    4545    psPixelCoord* data;                ///< The pixel coordinates
Note: See TracChangeset for help on using the changeset viewer.