1c_dsgetrd(3NCARG) NCAR GRAPHICS c_dsgetrd(3NCARG)
2
3
4
6 c_dsgetrd - retrieves the value of an internal parameter of type
7 double.
8
10 void c_dsgetrd(char *, double *);
11
13 c_dsgetrd (char *pnam, double *dval)
14
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
24 This routine allows you to retrieve the current value of Dsgrid
25 parameters. For a complete list of parameters available in this
26 utility, see the dsgrid_params man page.
27
29 To use c_dsgetrd, load the NCAR Graphics library ngmath.
30
32 c_dsgrid, c_dsgrid_params, c_dsgrid2s, c_dsgrid3s, c_dsgrid2d,
33 c_dsgrid3d, c_dspnt2s, c_dspnt2d, c_dspnt3s, c_dspnt3d, c_dssetrd
34
35 Complete documentation for Dsgrid is available at URL
36 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
37
39 Copyright (C) 2000
40 University Corporation for Atmospheric Research
41
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX September 1997-1998 c_dsgetrd(3NCARG)