IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 1:26:26 PM (22 years ago)
Author:
desonia
Message:

various fixing cooresponding to testpoint #547 (psImageSubset).

File:
1 edited

Legend:

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

    r714 r719  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-18 02:33:59 $
     9 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-18 23:26:26 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    138138);
    139139
     140/** Resize a given image to the given size/type.
     141 *
     142 *  return psImage* Resized psImage.
     143 *
     144 */
     145psImage* psImageRealloc(
     146    psImage* old,                   ///< the psImage to recycle by resizing image buffer
     147    unsigned int numCols,           ///< the desired number of columns in image
     148    unsigned int numRows,           ///< the desired number of rows in image
     149    const psElemType type           ///< the desired datatype of the image
     150);
     151
    140152#endif
Note: See TracChangeset for help on using the changeset viewer.