1GASETR(3NCARG) NCAR GRAPHICS GASETR(3NCARG)
2
3
4
6 GASETR - Gives a real value to an internal parameter of Gridall.
7
9 CALL GASETR (PNAM,RVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_gasetr (char *pnam, float rval)
15
17 PNAM (an input constant or variable of type CHARACTER) is a
18 string three or more characters in length, the first three
19 characters of which constitute the name of the internal
20 parameter whose value is to be set.
21
22 RVAL (an input expression of type REAL) is the new value to be
23 given to the internal parameter specified by PNAM. If the
24 internal parameter is of type INTEGER, the value INT(RVAL)
25 will be given to it.
26
28 The C-binding argument descriptions are the same as the FORTRAN
29 argument descriptions.
30
32 This routine allows you to set the current value of Gridall parameters.
33 For a complete list of parameters available in this utility, see the
34 gridall_params man page.
35
37 To use GASETR or c_gasetr, load the NCAR Graphics libraries ncarg,
38 ncarg_gks, and ncarg_c, preferably in that order.
39
41 See the gridall man page for a description of all Gridall error
42 messages and/or informational messages.
43
45 Online: gridall, gridall_params, gacolr, gagetc, gageti, gagetr,
46 gasetc, gaseti, grid, gridal, gridl, halfax, labmod, perim, periml,
47 tick4, ticks, ncarg_cbind.
48
49 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
50
52 Copyright (C) 1987-2009
53 University Corporation for Atmospheric Research
54 The use of this Software is governed by a License Agreement.
55
56
57
58UNIX March 1993 GASETR(3NCARG)