IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2005, 4:14:53 PM (21 years ago)
Author:
Paul Price
Message:

Added psPixelsAlloc and psPixelsRealloc (bug 371)

File:
1 edited

Legend:

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

    r3757 r3766  
    1 %%% $Id: psLibSDRS.tex,v 1.205 2005-04-22 01:32:15 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.206 2005-04-23 02:14:53 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    30633063
    30643064\begin{verbatim}
     3065psPixels *psPixelsAlloc(int nalloc);
     3066psPixels *psPixelsRealloc(psPixels *pixels, int nalloc);
     3067\end{verbatim}
     3068
     3069\code{psPixelsAlloc} and \code{psPixelsRealloc} provide dynamic
     3070allocation and reallocation in a manner analagous to those provided
     3071by \code{psVectorAlloc} and \code{psVectorRealloc}.
     3072
     3073\begin{verbatim}
    30653074psImage *psPixelsToMask(psImage *out, const psPixels *pixels, const psRegion *region, unsigned int maskVal);
    30663075psPixels *psMaskToPixels(psPixels *out, const psImage *mask, unsigned int maskVal);
Note: See TracChangeset for help on using the changeset viewer.