IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2005, 12:25:26 PM (21 years ago)
Author:
Paul Price
Message:

Removed psMath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r5059 r5063  
    1 %%% $Id: psLibSDRS.tex,v 1.340 2005-09-16 01:56:17 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.341 2005-09-16 22:25:26 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    32233223\begin{datatype}
    32243224typedef struct {
     3225    psElemType type;                    ///< The type
    32253226    psDimen dimen;                      ///< The dimensionality
    3226     psElemType type;                    ///< The type
    32273227} psMathType;
    32283228\end{datatype}
     
    32423242We discuss the application of \code{psMathType} in more detail in
    32433243section~\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} data
    3251 structure (\code{psImage}, \code{psVector}, \code{psScalar}) so the
    3252 data type testing may be safely performed. 
    3253 
    3254 \begin{datatype}
    3255 typedef struct {
    3256     psMathType type;                    ///< data type information
    3257 } psMath;
    3258 \end{datatype}
    32593244
    32603245%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.