1c_ftsetfa(3NCARG) NCAR GRAPHICS c_ftsetfa(3NCARG)
2
3
4
6 Set float valued array parameters
7
9 int c_ftsetfa(char *pnam, int n, float *far);
10
12 int c_ftsetfa (pnam, n, far);
13
15 pnam The name of the control parameter to be assigned a float
16 array value.
17
18 n The number of float values in the array.
19
20 far A pointer to the n-element input array.
21
23 c_ftsetra is used to set values for any of the control parameters that
24 take floating arrays. The values set by c_ftsetfa remain in effect
25 until changed by subsequent calls to c_ftsetfa .
26
28 To use c_ftsetfa, load the NCAR Graphics library ngmath.
29
31 fitgrid_params, c_ftsetfa, c_ftgetfa_size, c_ftgetfa_data
32
33 Complete documentation for Fitgrid is available at URL
34 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
35
37 Copyright (C) 2000
38 University Corporation for Atmospheric Research
39
40 This documentation is free software; you can redistribute it and/or
41 modify it under the terms of the GNU General Public License as pub‐
42 lished by the Free Software Foundation; either version 2 of the
43 License, or (at your option) any later version.
44
45 This software is distributed in the hope that it will be useful, but
46 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
47 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
48 Public License for more details.
49
50 You should have received a copy of the GNU General Public License along
51 with this software; if not, write to the Free Software Foundation,
52 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53
54
55
56
57UNIX March 1998 c_ftsetfa(3NCARG)