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/psImageExtraction.h

    r1924 r2067  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-09-29 01:10:27 $
     12*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-10-13 00:10:50 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9898    int row1                           ///< row of trim region's upper boundary
    9999);
    100 
    101 /** Makes a copy of a psImage
    102  *
    103  * @return psImage* Copy of the input psImage.  This may not be equal to the
    104  * output parameter
    105  *
    106  */
    107 psImage* psImageCopy(
    108     psImage* restrict output,          ///< if not NULL, a psImage that could be recycled.
    109     const psImage* input,              ///< the psImage to copy
    110     psElemType type                    ///< the desired datatype of the returned copy
    111 );
    112 
    113100
    114101/** Extract pixels from rectlinear region to a vector (array of floats).
Note: See TracChangeset for help on using the changeset viewer.