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

NAME

6       c_nngetrd - retrieves the value of an internal parameter of type
7       double.
8

FUNCTION PROTOTYPE

10       void c_nngetrd(char *, double *);
11

SYNOPSIS

13       c_nngetrd (pnam, dval)
14

DESCRIPTION

16       pnam        A string that specifies the name of the parameter to get.
17                   The name must appear as the first three characters of the
18                   string.
19
20       dval        *dval is the value currently assigned to the control
21                   parameter whose name is pointed to by pnam.
22

USAGE

24       This routine allows you to retrieve the current value of Natgrid
25       parameters.  For a complete list of parameters available in this
26       utility, see the natgrid_params man page.
27

ACCESS

29       To use c_nngetrd, load the NCAR Graphics library ngmath.
30

SEE ALSO

32       natgrid, natgrid_params, c_natgrids, c_nnsetrd.
33
34       Complete documentation for Natgrid is available at URL
35       http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
36
38       Copyright (C) 2000
39       University Corporation for Atmospheric Research
40
41       This documentation is free software; you can redistribute it and/or
42       modify it under the terms of the GNU General Public License as
43       published by the Free Software Foundation; either version 2 of the
44       License, or (at your option) any later version.
45
46       This software is distributed in the hope that it will be useful, but
47       WITHOUT ANY WARRANTY; without even the implied warranty of
48       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49       General Public License for more details.
50
51       You should have received a copy of the GNU General Public License along
52       with this software; if not, write to the Free Software Foundation,
53       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54
55
56
57
58UNIX                            March 1997-1998              c_nngetrd(3NCARG)
Impressum