1c_nngetsloped(3NCARG) NCAR GRAPHICS c_nngetsloped(3NCARG)
2
3
4
6 c_nngetsloped - retrieve a double precision slope at a specified
7 coordinate.
8
10 void c_nngetsloped(int, int, double *, int *);
11
13 c_nngetsloped (row, column, slope, ier);
14
16 row A subscript indexing the first dimensioned variable in the
17 2D grid array returned from the most recent call to
18 c_natgridd.
19
20 column A subscript indexing the second dimensioned variable in the
21 2D grid array returned from the most recent call to
22 c_natgridd.
23
24 slope *slope is the slope at the grid point z[i,j], where z is
25 the output grid in the most recent call to c_natgridd.
26
27 ier An error value. If *ier is 0, then no errors were detected.
28 If *ier is non-zero, then refer to the man page for
29 natgrid_errors for details.
30
32 This routine allows you to retrieve the current value of Natgrid
33 parameters. For a complete list of parameters available in this
34 utility, see the natgrid_params man page.
35
37 To use c_nngetsloped, load the NCAR Graphics library ngmath.
38
40 natgrid, natgrid_params, c_natgridd, c_nngetaspectd.
41
42 Complete documentation for Natgrid is available at URL
43 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
44
46 Copyright (C) 2000
47 University Corporation for Atmospheric Research
48
49 The use of this Software is governed by a License Agreement.
50
51
52
53UNIX March 1997-1998 c_nngetsloped(3NCARG)