1ISSETI(3NCARG) NCAR GRAPHICS ISSETI(3NCARG)
2
3
4
6 ISSETI - Resets the current values of internal parameters of type
7 INTEGER.
8
10 CALL ISSETI (CNP,IVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_isseti (char *cnp, int ivp)
16
18 CNP (an input expression of type CHARACTER) is the name of an
19 internal parameter. Only the first two characters of the
20 name are meaningful, but a longer character string may be
21 used to more clearly document what internal parameter is
22 being set.
23
24 IVP (an input expression of type INTEGER) is the desired new
25 value of the parameter specified by CNP. This value will be
26 used until the next call resetting it. If the internal
27 parameter is inherently of type REAL, the value "REAL(IVP)"
28 will be given to it.
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 This routine allows you to set the current value of Isosurface
36 parameters. For a complete list of parameters available in this
37 utility, see the isosurface_params man page.
38
40 To use ISSETI or c_isseti, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the isosurface man page for a description of all Isosurface error
45 messages and/or informational messages.
46
48 Online: isosurface, isosurface_params, ezisos, isgeti, isgetr, isosrf,
49 issetr, pwrzi, ncarg_cbind
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX March 1993 ISSETI(3NCARG)