Changeset 5877
- Timestamp:
- Jan 3, 2006, 6:28:11 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r5792 r5877 1 %%% $Id: ChangeLogSDRS.tex,v 1.18 5 2005-12-15 01:30:23jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.186 2006-01-04 04:28:11 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 839 839 parameter. 840 840 \item minor \code{typedef} fixes 841 \end{itemize} 841 \item sync \code{psImage}'s definition with the implementation in psLib 842 \end{itemize} -
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.
