Changeset 4165
- Timestamp:
- Jun 8, 2005, 2:35:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4126 r4165 1 %%% $Id: psLibSDRS.tex,v 1.26 8 2005-06-07 01:03:45 jhoblittExp $1 %%% $Id: psLibSDRS.tex,v 1.269 2005-06-09 00:35:55 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1565 1565 psS16, psU8, psU16, psF32, psF64, psC32, psC64}. 1566 1566 1567 \begin{prot ype}1567 \begin{prototype} 1568 1568 psImage *psImageAlloc(psU32 numCols, psU32 numRows, psElemType type); 1569 \end{prot ype}1569 \end{prototype} 1570 1570 Create an image of a specified \code{numCols}, \code{numRows}, and data 1571 1571 \code{type}. This function must allow any of the valid image data … … 1573 1573 dimensionality must be 2. 1574 1574 1575 \begin{prot ype}1575 \begin{prototype} 1576 1576 psImage* psImageRecycle( 1577 1577 psImage* old, ///< the psImage to recycle by resizing image buffer … … 1580 1580 const psElemType type ///< the desired datatype of the image 1581 1581 ); 1582 \end{prot ype}1582 \end{prototype} 1583 1583 \code{psImageRecycle} shall recycle the input \code{old} image, such 1584 1584 that the output \code{psImage} matches the specified size
Note:
See TracChangeset
for help on using the changeset viewer.
