IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4124


Ignore:
Timestamp:
Jun 6, 2005, 2:41:29 PM (21 years ago)
Author:
jhoblitt
Message:

change psImageAlloc() to be in a prototype block

File:
1 edited

Legend:

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

    r4123 r4124  
    1 %%% $Id: psLibSDRS.tex,v 1.265 2005-06-07 00:37:10 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.266 2005-06-07 00:41:29 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    15651565psS16, psU8, psU16, psF32, psF64, psC32, psC64}.
    15661566
    1567 \begin{verbatim}
     1567\begin{protype}
    15681568psImage *psImageAlloc(psU32 numCols, psU32 numRows, psElemType type);
    1569 \end{verbatim}
     1569\end{protype}
    15701570Create an image of a specified \code{numCols}, \code{numRows}, and data
    15711571\code{type}.  This function must allow any of the valid image data
Note: See TracChangeset for help on using the changeset viewer.