1c_ftgeti(3NCARG) NCAR GRAPHICS c_ftgeti(3NCARG)
2
3
4
6 c_ftgeti - retrieve an int valued parameter
7
9 void c_ftgeti(char *, int *);
10
12 void c_ftgeti (pnam, ival);
13
15 pnam The name of the control parameter whose value is to be
16 retrieved.
17
18 ival *ival will be the value currently assigned to the control
19 parameter whose nam.
20
22 c_ftgeti is a called to obtain current values for any of the int valued
23 control parameters.
24
26 To use c_ftgeti, load the NCAR Graphics library ngmath.
27
29 fitgrid_params, c_ftseti
30
31 Complete documentation for Fitgrid is available at URL
32 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
33
35 Copyright (C) 2000
36 University Corporation for Atmospheric Research
37
38 This documentation is free software; you can redistribute it and/or
39 modify it under the terms of the GNU General Public License as pub‐
40 lished by the Free Software Foundation; either version 2 of the
41 License, or (at your option) any later version.
42
43 This software is distributed in the hope that it will be useful, but
44 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
45 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
46 Public License for more details.
47
48 You should have received a copy of the GNU General Public License along
49 with this software; if not, write to the Free Software Foundation,
50 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
51
52
53
54
55UNIX March 1998 c_ftgeti(3NCARG)