Changeset 3766 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Apr 22, 2005, 4:14:53 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3757 r3766 1 %%% $Id: psLibSDRS.tex,v 1.20 5 2005-04-22 01:32:15price Exp $1 %%% $Id: psLibSDRS.tex,v 1.206 2005-04-23 02:14:53 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3063 3063 3064 3064 \begin{verbatim} 3065 psPixels *psPixelsAlloc(int nalloc); 3066 psPixels *psPixelsRealloc(psPixels *pixels, int nalloc); 3067 \end{verbatim} 3068 3069 \code{psPixelsAlloc} and \code{psPixelsRealloc} provide dynamic 3070 allocation and reallocation in a manner analagous to those provided 3071 by \code{psVectorAlloc} and \code{psVectorRealloc}. 3072 3073 \begin{verbatim} 3065 3074 psImage *psPixelsToMask(psImage *out, const psPixels *pixels, const psRegion *region, unsigned int maskVal); 3066 3075 psPixels *psMaskToPixels(psPixels *out, const psImage *mask, unsigned int maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
