1c_nngetsloped(3NCARG)            NCAR GRAPHICS           c_nngetsloped(3NCARG)
2
3
4

NAME

6       c_nngetsloped - retrieve a double precision slope at a specified
7       coordinate.
8

FUNCTION PROTOTYPE

10       void c_nngetsloped(int, int, double *, int *);
11

SYNOPSIS

13       c_nngetsloped (row, column, slope, ier);
14

DESCRIPTION

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

USAGE

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

ACCESS

37       To use c_nngetsloped, load the NCAR Graphics library ngmath.
38

SEE ALSO

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       This documentation is free software; you can redistribute it and/or
50       modify it under the terms of the GNU General Public License as
51       published by the Free Software Foundation; either version 2 of the
52       License, or (at your option) any later version.
53
54       This software is distributed in the hope that it will be useful, but
55       WITHOUT ANY WARRANTY; without even the implied warranty of
56       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
57       General Public License for more details.
58
59       You should have received a copy of the GNU General Public License along
60       with this software; if not, write to the Free Software Foundation,
61       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
62
63
64
65
66UNIX                            March 1997-1998          c_nngetsloped(3NCARG)
Impressum