IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2004, 3:09:53 PM (22 years ago)
Author:
desonia
Message:

renamed psImageRealloc to psImageRecycle. Realloc may infer that the data is preserved, which is not a requirement.

File:
1 edited

Legend:

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

    r789 r812  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-05-26 00:38:34 $
     11 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-05-29 01:09:53 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5858        psC32   **C32;                  ///< single-precision complex data.
    5959        psC64   **C64;                  ///< double-precision complex data.
    60         void    **v;                    ///< void pointers to data
     60        psPTR   **PTR;                  ///< void pointers
     61        void    **v;                    ///< pointer to data
    6162    } data;                             ///< Union for data types.
    6263    const struct psImage *parent;       ///< Parent, if a subimage.
     
    9091 *
    9192 */
    92 psImage* psImageRealloc(
     93psImage* psImageRecycle(
    9394    psImage* old,                       ///< the psImage to recycle by resizing image buffer
    9495    unsigned int numCols,               ///< the desired number of columns in image
Note: See TracChangeset for help on using the changeset viewer.