NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/2.FDCONT/lndfill.html

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./FDCONT]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>lndfill</H1>
6 <H2>(./FDCONT/lndfill.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>h=lndfill(fem_grid_struct,color)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 LNDFILL draw land polygons for FEM domain
12    LNDFILL draws the land polygons generated by <A HREF = "../2.FDCONT/lndmake.html">LNDMAKE</A>
13    for a given FEM domain.  This is the &quot;masking&quot; routine
14    for the finite-difference based filled contouring package
15    FDCONT. The necessary fem_grid_struct fields for LNDFILL
16    are generated by <A HREF = "../2.FDCONT/lndmake.html">LNDMAKE</A>, and are contained in the
17    fem_grid_struct returned by LOADGRID, if the appropriate
18    files are located.
19
20    Input: fem_grid_struct - FEM domain grid structure (see LOADGRID)
21            color    - polygon face color
22
23    Output : h - handle to patch objects drawn
24
25    Call as: h=lndfill(fem_grid_struct,color);
26
27    Written by: Chris E. Naimie
28    Modified by: Brian O. Blanton for more general usage. (Jan 99)
29 </pre>
30 <HR>
31 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
32 <BR>
33 Cross-Directory links are: OFF<BR>
34 </BODY>
Note: See TracBrowser for help on using the browser.