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.c

    r2879 r2970  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-01-04 02:34:57 $
     11 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-01-13 03:26:23 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    101101}
    102102
    103 psRegion* psRegionAlloc(double x0,
    104                         double x1,
    105                         double y0,
    106                         double y1)
     103psRegion* psRegionAlloc(psF32 x0,
     104                        psF32 x1,
     105                        psF32 y0,
     106                        psF32 y1)
    107107{
    108108    psRegion* out = psAlloc(sizeof(psRegion));
Note: See TracChangeset for help on using the changeset viewer.