Changeset 5063 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Sep 16, 2005, 12:25:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5059 r5063 1 %%% $Id: psLibSDRS.tex,v 1.34 0 2005-09-16 01:56:17 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.341 2005-09-16 22:25:26 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3223 3223 \begin{datatype} 3224 3224 typedef struct { 3225 psElemType type; ///< The type 3225 3226 psDimen dimen; ///< The dimensionality 3226 psElemType type; ///< The type3227 3227 } psMathType; 3228 3228 \end{datatype} … … 3242 3242 We discuss the application of \code{psMathType} in more detail in 3243 3243 section~\ref{sec:arithmetic}. 3244 3245 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%3246 3247 \subsection{Math Casting}3248 3249 We define a basic data type which only contains the type information.3250 This structure should be used to cast an unknown \code{psMath} data3251 structure (\code{psImage}, \code{psVector}, \code{psScalar}) so the3252 data type testing may be safely performed.3253 3254 \begin{datatype}3255 typedef struct {3256 psMathType type; ///< data type information3257 } psMath;3258 \end{datatype}3259 3244 3260 3245 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
