IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1672


Ignore:
Timestamp:
Sep 1, 2004, 1:41:45 PM (22 years ago)
Author:
Paul Price
Message:

Input image to psImageSubset is not const, since children are added to
it.

File:
1 edited

Legend:

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

    r1671 r1672  
    1 %%% $Id: psLibSDRS.tex,v 1.98 2004-09-01 23:40:14 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.99 2004-09-01 23:41:45 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    23002300
    23012301\begin{verbatim}
    2302 psImage *psImageSubset(const psImage *image, int x0, int y0, int x1, int y1);
     2302psImage *psImageSubset(psImage *image, int x0, int y0, int x1, int y1);
    23032303\end{verbatim}
    23042304Define a subimage of the specified area of the given image.  This
Note: See TracChangeset for help on using the changeset viewer.