IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2004, 3:20:02 PM (22 years ago)
Author:
desonia
Message:

removed psImageFreePixels.

File:
1 edited

Legend:

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

    r719 r727  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-18 23:26:26 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-19 01:20:02 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    107107);
    108108
    109 /** Deallocate the image buffer of a psImage.
    110  *
    111  *  deallocates the image buffer while preserving the psImage struct and any children.
    112  *
    113  */
    114 void psImageFreePixels(
    115     psImage* restrict image             ///< psImage to free pixel memory from
    116 );
    117 
    118109/** Frees all children of a psImage.
    119110 *
Note: See TracChangeset for help on using the changeset viewer.