IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 2:45:29 PM (21 years ago)
Author:
jhoblitt
Message:

add missing psImageRecycle prototype (was already defined)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r4124 r4125  
    1 %%% $Id: psLibSDRS.tex,v 1.266 2005-06-07 00:41:29 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.267 2005-06-07 00:45:29 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    15731573dimensionality must be 2. 
    15741574
     1575\begin{protype}
     1576psImage* psImageRecycle(
     1577    psImage* old,                       ///< the psImage to recycle by resizing image buffer
     1578    psU32 numCols,                      ///< the desired number of columns in image
     1579    psU32 numRows,                      ///< the desired number of rows in image
     1580    const psElemType type               ///< the desired datatype of the image
     1581);
     1582\end{protype}
    15751583\code{psImageRecycle} shall recycle the input \code{old} image, such
    15761584that the output \code{psImage} matches the specified size
Note: See TracChangeset for help on using the changeset viewer.