Changeset 4365
- Timestamp:
- Jun 22, 2005, 5:06:32 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4362 r4365 1 %%% $Id: ChangeLogSDRS.tex,v 1.15 0 2005-06-23 02:10:51price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.151 2005-06-23 03:06:32 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 737 737 \item \code{psMask} changed to \code{psMaskType} (more clear). 738 738 \item Use the \code{region} in \code{psImageTransform} to set the size of the output image (bug 453). 739 \end{itemize} 739 \item \code{list} in \code{psListIteratorAlloc} is not const (bug 455). 740 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r4362 r4365 1 %%% $Id: psLibSDRS.tex,v 1.29 3 2005-06-23 02:10:51price Exp $1 %%% $Id: psLibSDRS.tex,v 1.294 2005-06-23 03:06:32 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1779 1779 The corresponding constructor shall be: 1780 1780 \begin{prototype} 1781 psListIterator *psListIteratorAlloc( constpsList *list, long location, bool mutable);1781 psListIterator *psListIteratorAlloc(psList *list, long location, bool mutable); 1782 1782 \end{prototype} 1783 1783 Here, \code{list} is the \code{psList} on which the iterator will
Note:
See TracChangeset
for help on using the changeset viewer.
