1VVSETR(3NCARG) NCAR GRAPHICS VVSETR(3NCARG)
2
3
4
6 VVSETR - Sets the value of a Vectors parameter of type REAL.
7
9 CALL VVSETR (CNM,RVL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_vvsetr(char *cnm, float rvl)
15
17 CNM (CHARACTER, input) is the name of a parameter to be given a
18 real value. Only the first three characters of CNM are
19 examined. The three characters may either be entirely upper
20 or entirely lower case; mixed case is not recognized. It
21 is recommended that the rest of the character string be
22 used to improve the readability of the code. For example,
23 instead of ´VFR´, use ´VFR - Minimum Vector Fractional
24 Length´.
25
26 RVL (REAL, input) is an expression, the value of which is to be
27 given to the parameter specified by CNM.
28
30 The C-binding argument descriptions are the same as the FORTRAN
31 argument descriptions.
32
34 This routine allows you to set the current value of Vectors parameters
35 of type REAL. For a complete list of parameters available in this
36 utility, see the vectors_params man page.
37
39 Use the ncargex command to see the following relevant examples: bnchmk,
40 fcover, ffex00, ffex02, ffex05, stex02, stex03, vvex01, vvex02.
41
43 To use VVSETR or c_vvsetr, load the NCAR Graphics libraries ncarg,
44 ncarg_gks, and ncarg_c, preferably in that order.
45
47 See the vectors man page for a description of all Vectors error
48 messages and/or informational messages.
49
51 Online: vectors, vectors_params, vvectr, vvgetc, vvgeti, vvgetr,
52 vvinit, vvrset, vvsetc, vvseti, vvudmv, vvumxy, ncarg_cbind.
53
54 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
55
57 Copyright (C) 1987-2009
58 University Corporation for Atmospheric Research
59 The use of this Software is governed by a License Agreement.
60
61
62
63UNIX April 1993 VVSETR(3NCARG)