IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 2:10:50 PM (22 years ago)
Author:
desonia
Message:

adjusted the reference count increment so that psFPA assumes ownership
of psChips, psChips assumes ownership of psCells, etc.

File:
1 edited

Legend:

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

    r1936 r2067  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-30 21:01:09 $
     13 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-13 00:10:50 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    100100);
    101101
     102/** Makes a copy of a psImage
     103 *
     104 * @return psImage* Copy of the input psImage.  This may not be equal to the
     105 * output parameter
     106 *
     107 */
     108psImage* psImageCopy(
     109    psImage* restrict output,          ///< if not NULL, a psImage that could be recycled.
     110    const psImage* input,              ///< the psImage to copy
     111    psElemType type                    ///< the desired datatype of the returned copy
     112);
     113
    102114/** Frees all children of a psImage.
    103115 *
Note: See TracChangeset for help on using the changeset viewer.