1c_ftgetr(3NCARG) NCAR GRAPHICS c_ftgetr(3NCARG)
2
3
4
6 c_ftgetr - retrieve a float valued parameter
7
9 void c_ftgetr(char *, float *);
10
12 void c_ftgetr (pnam, fval);
13
15 pnam The name of the control parameter to be assigned a float
16 value.
17
18 fval *fval will be the value currently assigned to the control
19 parameter whose name is pointed to by pnam.
20
22 c_ftgetr is used to get values for any of the control parameters that
23 take float values.
24
26 To use c_ftgetr, load the NCAR Graphics library ngmath.
27
29 fitgrid_params, c_ftsetr
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_ftgetr(3NCARG)