Changeset 6613 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Mar 16, 2006, 2:05:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r6532 r6613 1 %%% $Id: psLibSDRS.tex,v 1.38 7 2006-03-06 23:12:45 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.388 2006-03-17 00:05:48 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2707 2707 2708 2708 \begin{datatype} 2709 typedef enum { ///< option flags for psMetadata functions2710 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above2709 typedef enum { ///< option flags for psMetadata functions 2710 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above 2711 2711 PS_META_REPLACE = 0x1000000, ///< allow entry to be replaced 2712 PS_META_DUPLICATE_OK = 0x2000000, ///< allow duplicate entries 2713 PS_META_NULL = 0x4000000 ///< psMetadataItem.data is a NULL value 2712 PS_META_NO_REPLACE = 0x2000000, ///< duplicate entry is silently skipped 2713 PS_META_DUPLICATE_OK = 0x4000000, ///< allow duplicate entries 2714 PS_META_NULL = 0x8000000 ///< psMetadataItem.data is a NULL value 2714 2715 } psMetadataFlags; 2715 2716 \end{datatype} … … 3665 3666 standard (1 means first pixel; lower and upper values are included), 3666 3667 which simply involves subtracting one from \code{x0} and \code{y0} 3667 when going from a string representation to a \code{psRegion}. 3668 when going from a string representation to a \code{psRegion}. A 3669 \code{NULL} string is allowed and is equivalent to the default region 3670 (\code{0:0,0:0}). 3668 3671 3669 3672 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
