IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 12:00:35 PM (20 years ago)
Author:
magnier
Message:

variety of small changes related to inconsistencies between psModules and psLib

Location:
trunk/psLib/src/mathtypes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r6778 r6874  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-04-05 01:49:41 $
     11 *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-04-17 22:00:03 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    104104
    105105
     106// XXX these have been moved to psRegion* in src/math/
     107# if 0
    106108psRegion psRegionSet(float x0,
    107109                     float x1,
     
    160162    return psStringCopy(tmpText);
    161163}
    162 
    163164
    164165// set actual region based on image parameters:
     
    227228    return (region);
    228229}
     230# endif /* commented-out psRegion functions */
    229231
    230232bool psImageInit (psImage *image,...)
  • trunk/psLib/src/mathtypes/psImage.h

    r6227 r6874  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-01-28 01:12:14 $
     13 *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-04-17 22:00:03 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8484                #define P_PSIMAGE_SET_TYPE(img,t) *(psMathType*)&img->type = t
    8585
     86                        // XXX moved to psRegion.h in src/math
     87                        # if 0
    8688                        /** Basic image region structure.
    8789                         *
     
    9799                        }
    98100                        psRegion;
     101# endif
    99102
    100103/** Create an image of the specified size and type.
     
    124127
    125128
     129// XXX these have been moved to psRegion* in src/math
     130# if 0
    126131/** Create a psRegion with the specified attributes.
    127132 *
     
    184189    double radius                       ///< radius of square
    185190);
     191# endif /* commented-out psRegions */
    186192
    187193/** Initializes the image with the given value.
Note: See TracChangeset for help on using the changeset viewer.