1c_dsgetr(3NCARG) NCAR GRAPHICS c_dsgetr(3NCARG)
2
3
4
6 c_dsgetr - Retrieves the value of an internal parameter of type float.
7
9 void c_dsgetr(char *, float *);
10
12 c_dsgetr (char *pnam, float *fval)
13
15 pnam A string that specifies the name of the parameter to get.
16 The name must appear as the first three characters of the
17 string.
18
19 fval *fval will be the value currently assigned to the control
20 parameter whose name is pointed to by pnam.
21
23 This routine allows you to retrieve the current value of Dsgrid
24 parameters. For a complete list of parameters available in this
25 utility, see the dsgrid_params man page.
26
28 To use c_dsgetr, load the NCAR Graphics library ngmath.
29
31 c_dsgrid, c_dsgrid_params, c_dsgrid2s, c_dsgrid3s, c_dsgrid2d,
32 c_dsgrid3d, c_dspnt2s, c_dspnt2d, c_dspnt3s, c_dspnt3d c_dssetr.
33
34 Complete documentation for Dsgrid is available at URL
35 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
36
38 Copyright (C) 2000
39 University Corporation for Atmospheric Research
40
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX September 1997-1998 c_dsgetr(3NCARG)