1c_nngetslopes(3NCARG) NCAR GRAPHICS c_nngetslopes(3NCARG)
2
3
4
6 c_nngetslopes - retrieve the slope at a specified coordinate.
7
9 void c_nngetslopes(int, int, float *, int *);
10
12 c_nngetslopes (row, column, slope, ier);
13
15 row A subscript indexing the first dimensioned variable in the
16 2D grid array returned from the most recent call to
17 c_natgrids.
18
19 column A subscript indexing the second dimensioned variable in the
20 2D grid array returned from the most recent call to
21 c_natgrids.
22
23 slope *slope is the slope at the grid point z[i,j], where z is
24 the output grid in the most recent call to c_natgrids.
25
26 ier An error value. If *ier is 0, then no errors were detected.
27 If *ier is non-zero, then refer to the man page for
28 natgrid_errors for details.
29
31 This routine allows you to retrieve the current value of Natgrid
32 parameters. For a complete list of parameters available in this
33 utility, see the natgrid_params man page.
34
36 To use c_nngetslopes, load the NCAR Graphics library ngmath.
37
39 natgrid, natgrid_params, c_nngetaspects.
40
41 Complete documentation for Natgrid is available at URL
42 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
43
45 Copyright (C) 2000
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64
65UNIX March 1997-1998 c_nngetslopes(3NCARG)