Changeset 5877 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jan 3, 2006, 6:28:11 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5876 r5877 1 %%% $Id: psLibSDRS.tex,v 1.36 8 2006-01-04 00:07:45 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.369 2006-01-04 04:26:21 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3480 3480 \begin{datatype} 3481 3481 typedef struct psImage { 3482 psMathType type;///< image data type and dimension3482 const psMathType type; ///< image data type and dimension 3483 3483 const int numCols; ///< Number of columns in image 3484 3484 const int numRows; ///< Number of rows in image. … … 3498 3498 psC32 **C32; ///< Pointers to complex floating-point data 3499 3499 psC64 **C64; ///< Pointers to complex floating-point data 3500 psPtr V;///< Pointers to untyped data3500 psPtr *V; ///< Pointers to untyped data 3501 3501 } data; 3502 3502 const struct psImage *parent; ///< parent, if a subimage
Note:
See TracChangeset
for help on using the changeset viewer.
