Changeset 4488


Ignore:
Timestamp:
May 25, 2007, 12:01:48 PM (18 years ago)
Author:
ole
Message:

Documented clip_outside in manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4472 r4488  
    34803480
    34813481
     3482\begin{methoddesc}{clip_outside}{}
     3483Clip geospatial data by a polygon
     3484
     3485Inputs are \code{polygon} which is either a list of points, an Nx2 array or
     3486a Geospatial data object and \code{closed}(optional) which determines
     3487whether points on boundary should be regarded as belonging to the polygon
     3488(\code{closed=True}) or not (\code{closed=False}).
     3489Default is \code{closed=True}.
     3490
     3491Returns new Geospatial data object representing points
     3492\emph{out}side specified polygon.
     3493\end{methoddesc}
     3494
     3495
    34823496\section{pmesh GUI}
    34833497 \emph{Pmesh}
Note: See TracChangeset for help on using the changeset viewer.