IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3766


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

Added psPixelsAlloc and psPixelsRealloc (bug 371)

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3757 r3766  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.88 2005-04-22 01:32:15 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.89 2005-04-23 02:14:53 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    537537 
    538538\item Add \code{PS_META_TIME} to \code{psMetadataType}
    539 \item Changed \code{psPixels} to vector-like array of \code{psPixelCoord}.
     539\item Changed \code{psPixels} to vector-like array of \code{psPixelCoord} (bug 371).
     540\item Added \code{psPixelsAlloc} and \code{psPixelsRealloc} (bug 371).
    540541\item After conversation with GG:
    541542  \begin{itemize}
     
    546547  \item Removed pre-defined LM minimization functions; these will be defined in the Modules SDRS.
    547548  \end{itemize}
    548 
    549 \end{itemize}
     549\end{itemize}
  • 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.