Changeset 4125
- Timestamp:
- Jun 6, 2005, 2:45:29 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4123 r4125 1 %%% $Id: ChangeLogSDRS.tex,v 1.13 0 2005-06-07 00:37:10jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.131 2005-06-07 00:45:29 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 679 679 \item add \code{psMetadataLookupBool()} 680 680 \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.26 6 2005-06-07 00:41:29 jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.267 2005-06-07 00:45:29 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1573 1573 dimensionality must be 2. 1574 1574 1575 \begin{protype} 1576 psImage* 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} 1575 1583 \code{psImageRecycle} shall recycle the input \code{old} image, such 1576 1584 that the output \code{psImage} matches the specified size
Note:
See TracChangeset
for help on using the changeset viewer.
