1c_ftseti(3NCARG) NCAR GRAPHICS c_ftseti(3NCARG)
2
3
4
6 c_ftseti - set int valued parameters
7
9 void c_ftseti(char *, int);
10
12 void c_ftseti (pnam, ival);
13
15 pnam The name of the control parameter to be assigned an int
16 value.
17
18 ival The value to be assigned to the control parameter whose
19 name is pointed to by pnam.
20
22 c_ftseti is used to set values for any of the control parameters that
23 take int values. The values set by c_ftseti remain in effect until
24 changed by subsequent calls to c_ftseti.
25
27 To use c_ftseti, load the NCAR Graphics library ngmath.
28
30 fitgrid_params, c_ftgeti
31
32 Complete documentation for Fitgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
34
36 Copyright (C) 2000
37 University Corporation for Atmospheric Research
38
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1998 c_ftseti(3NCARG)