Changeset 3766
- Timestamp:
- Apr 22, 2005, 4:14:53 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (3 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3757 r3766 1 %%% $Id: ChangeLogSDRS.tex,v 1.8 8 2005-04-22 01:32:15price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.89 2005-04-23 02:14:53 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 537 537 538 538 \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). 540 541 \item After conversation with GG: 541 542 \begin{itemize} … … 546 547 \item Removed pre-defined LM minimization functions; these will be defined in the Modules SDRS. 547 548 \end{itemize} 548 549 \end{itemize} 549 \end{itemize} -
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.
