IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4125


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

add missing psImageRecycle prototype (was already defined)

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4123 r4125  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.130 2005-06-07 00:37:10 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.131 2005-06-07 00:45:29 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    679679\item add \code{psMetadataLookupBool()}
    680680\item add \code{psFitsType}
    681 \end{itemize}
     681\item add missing \code{psImageRecycle} prototype (was already defined)
     682\end{itemize}
  • 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.