IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4330 for trunk/psLib/src/image


Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src/image
Files:
3 edited

Legend:

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

    r4316 r4330  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-18 03:13:02 $
     11 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-21 03:01:37 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    106106}
    107107
    108 psRegion psRegionFromString(char* region)
     108psRegion psRegionFromString(const char* region)
    109109{
    110110    psS32 col0;
  • trunk/psLib/src/image/psImage.h

    r4316 r4330  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-18 03:13:02 $
     13 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-21 03:01:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    127127 */
    128128psRegion psRegionFromString(
    129     char* region                       ///< image rectangular region in the form '[x0:x1,y0:y1]'
     129    const char* region                 ///< image rectangular region in the form '[x0:x1,y0:y1]'
    130130);
    131131
     
    163163/** Frees all children of a psImage.
    164164 *
    165  *  @return psS32      Number of children freed.
     165 *  @return int      Number of children freed.
    166166 *
    167167 */
  • trunk/psLib/src/image/psImagePixelManip.h

    r4315 r4330  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-18 02:30:49 $
     10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-21 03:01:37 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030 *  defined for psU8, psU16, psS8, psS16, psF32, psF64, psC32, and psC64.
    3131 *
    32  *  @return psS32     The number of clipped pixels
     32 *  @return int     The number of clipped pixels
    3333 */
    3434int psImageClip(
     
    6262 *  function is defined for psF32, psF64, psC32, and psC64.
    6363 *
    64  *  @return psS32     The number of clipped pixels
     64 *  @return int     The number of clipped pixels
    6565 */
    6666int psImageClipNaN(
Note: See TracChangeset for help on using the changeset viewer.