IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2005, 5:26:23 PM (22 years ago)
Author:
evanalst
Message:

Updated the psRegion type and psRegionAlloc function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.h

    r2879 r2970  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-01-04 02:34:57 $
     13 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-01-13 03:26:23 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282typedef struct
    8383{
    84     double x0;                         ///< the first column of the region.
    85     double x1;                         ///< the last column of the region.
    86     double y0;                         ///< the first row of the region.
    87     double y1;                         ///< the last row of the region.
     84    psF32 x0;                         ///< the first column of the region.
     85    psF32 x1;                         ///< the last column of the region.
     86    psF32 y0;                         ///< the first row of the region.
     87    psF32 y1;                         ///< the last row of the region.
    8888}
    8989psRegion;
     
    112112 */
    113113psRegion* psRegionAlloc(
    114     double x0,                         ///< the first column of the region.
    115     double x1,                         ///< the last column of the region.
    116     double y0,                         ///< the first row of the region.
    117     double y1                          ///< the last row of the region.
     114    psF32 x0,                         ///< the first column of the region.
     115    psF32 x1,                         ///< the last column of the region.
     116    psF32 y0,                         ///< the first row of the region.
     117    psF32 y1                          ///< the last row of the region.
    118118);
    119119
Note: See TracChangeset for help on using the changeset viewer.