Changeset 6333 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Feb 6, 2006, 2:51:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r6255 r6333 1 %%% $Id: psLibSDRS.tex,v 1.37 8 2006-01-31 00:55:46price Exp $1 %%% $Id: psLibSDRS.tex,v 1.379 2006-02-07 00:51:33 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1929 1929 1930 1930 \begin{prototype} 1931 long psArrayLength(const psArray *array); 1932 \end{prototype} 1933 1934 This function returns the length of the array (\code{psArray.n}). 1935 1936 \begin{prototype} 1931 1937 bool psArraySet(psArray *array, long position, psPtr data); 1932 1938 psPtr psArrayGet(const psArray *array, long position); … … 2059 2065 all the the data associated with the list. 2060 2066 2067 \begin{prototype} 2068 long psListLength(const psList *list); 2069 \end{prototype} 2070 Return the length of the list (\code{psList.n}). 2071 2061 2072 All data items placed onto lists must have their reference counters 2062 2073 (section~\ref{secMemRefcounter}) incremented. When elements are … … 2335 2346 allocation and reallocation in a manner analogous to those provided 2336 2347 by \code{psVectorAlloc} and \code{psVectorRealloc}. 2348 2349 \begin{prototype} 2350 long psPixelsLength(const psPixels *pixels); 2351 \end{prototype} 2352 2353 \code{psPixelsLength} shall return the length of the pixel array (\code{psPixels.n}). 2337 2354 2338 2355 \begin{prototype} … … 3419 3436 that the input \code{vector} is \code{NULL}, a new \code{psVector} 3420 3437 shall be allocated and returned. 3438 3439 \begin{prototype} 3440 long psVectorLength(const psVector *vector); 3441 \end{prototype} 3442 3443 This function returns the length of the vector (\code{psVector.n}). 3421 3444 3422 3445 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
