Changeset 5906 for branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jan 5, 2006, 1:58:00 PM (21 years ago)
- File:
-
- 1 edited
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
r5905 r5906 1 %%% $Id: psLibSDRS.tex,v 1.362.2. 3 2006-01-05 23:55:02jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.362.2.4 2006-01-05 23:58:00 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3476 3476 \begin{datatype} 3477 3477 typedef struct psImage { 3478 psMathType type;///< image data type and dimension3478 const psMathType type; ///< image data type and dimension 3479 3479 const int numCols; ///< Number of columns in image 3480 3480 const int numRows; ///< Number of rows in image. … … 3494 3494 psC32 **C32; ///< Pointers to complex floating-point data 3495 3495 psC64 **C64; ///< Pointers to complex double-precision data 3496 psPtr V; ///< Pointers to untyped data3496 psPtr *V; ///< Pointers to untyped data 3497 3497 } data; 3498 3498 const struct psImage *parent; ///< parent, if a subimage
Note:
See TracChangeset
for help on using the changeset viewer.
