Changeset 4072 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 1, 2005, 11:13:57 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4071 r4072 1 %%% $Id: psLibSDRS.tex,v 1.24 7 2005-06-01 21:08:49jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.248 2005-06-01 21:13:57 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1788 1788 negative index is interpreted as relative to the end of the list. For 1789 1789 \code{psListRemoveData}, the data item to be removed is identified by 1790 matching the pointer value with \code{ void *data}. The functions1790 matching the pointer value with \code{psPtr data}. The functions 1791 1791 return a value of \code{true} if the operation was successful, and 1792 1792 \code{false} otherwise. In both cases, if any iterators are currently … … 4204 4204 is set to reflect the success or failure of the lookup. 4205 4205 \begin{prototype} 4206 void *psMetadataLookupPtr(bool *status, const psMetadata *md, const char *key);4206 psPtr psMetadataLookupPtr(bool *status, const psMetadata *md, const char *key); 4207 4207 psS32 psMetadataLookupS32(bool *status, const psMetadata *md, const char *key); 4208 4208 psF32 psMetadataLookupF32(bool *status, const psMetadata *md, const char *key);
Note:
See TracChangeset
for help on using the changeset viewer.
