1CPSETI(3NCARG) NCAR GRAPHICS CPSETI(3NCARG)
2
3
4
6 CPSETI - Sets the value of an internal parameter of type INTEGER or
7 REAL.
8
10 CALL CPSETI (PNAM, IVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_cpseti (char *pnam, int ival)
16
18 PNAM (CHARACTER, input) is the name of a parameter to be given
19 an integer value. Only the first three characters of PNAM
20 are examined. It is recommended that the rest of the
21 character string be used to improve the readability of the
22 code. For example, instead of 'ILA', use 'ILA -
23 INFORMATIONAL LABEL ANGLE'.
24
25 IVAL (INTEGER, input) is an expression, the value of which is to
26 be given to the parameter specified by PNAM. If the
27 internal parameter is of type INTEGER, the value given to
28 it is IVAL. If the internal parameter is of type REAL, the
29 value given to it is REAL(IVAL).
30
32 The C-binding argument descriptions are the same as the FORTRAN
33 argument descriptions.
34
36 This routine allows you to set the current value of Conpack parameters.
37 For a complete list of parameters available in this utility, see the
38 conpack_params man page.
39
41 Use the ncargex command to see the following relevant examples: ccpcfx,
42 ccpcica, ccpcir, ccpcis, ccpcit, ccpclc, ccpcld, ccpcldm, ccpcll,
43 ccpclu, ccpfil, ccphand, ccphcf, ccphl, ccphlt, ccpila, ccpklb,
44 ccplbdr, ccpline, ccpllb, ccpllc, ccplll, ccpllo, ccpllp, ccpllt,
45 ccpllw, ccpmap, ccpmovi, ccpmpxy, ccpncls, ccpnet, ccpnof, ccpnsd,
46 ccppc, ccppc1, ccppc2, ccppc3, ccppc4, ccppkcl, ccppole, ccprc,
47 ccppole, ccpset, ccpspv, ccpt2d, ccpvp, ccpvs, colcon, cpex01, cpex02,
48 cpex03, cpex04, cpex05, cpex06, cpex07, cpex08, cpex09, cbex01, vvex01,
49 tconpa, fcover, ffex03, ffex05, fsfsgfa.
50
52 To use CPSETI or c_cpseti, load the NCAR Graphics libraries ncarg,
53 ncarg_gks, and ncarg_c, preferably in that order.
54
56 See the conpack man page for a description of all Conpack error
57 messages and/or informational messages.
58
60 Online: conpack, conpack_params, cpback, cpchcf, cpchcl, cpchhl,
61 cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl,
62 cpezct, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw,
63 cppkcl, cppklb, cprect, cprset, cpscae, cpsetc, cpsetr, cpsps1, cpsps2,
64 ncarg_cbind
65
66 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
67
69 Copyright (C) 1987-2009
70 University Corporation for Atmospheric Research
71
72 The use of this Software is governed by a License Agreement.
73
74
75
76UNIX March 1993 CPSETI(3NCARG)