1c_ftgetfa_data(3NCARG) NCAR GRAPHICS c_ftgetfa_data(3NCARG)
2
3
4
6 c_ftgetfa_data - retrieve array values
7
9 float *c_ftgetfa_data(char *);
10
12 float *c_ftgetfa_data (pnam)
13
15 pnam The name of the control parameter whose value is to be
16 retrieved.
17
19 c_ftgetfa_data returns a pointer to a array of data (or returns a null
20 pointer if an error occurs). The size of the array can be obtained by
21 using c_ftgetfa_size.
22
24 c_ftgetfa_data is a called to obtain current values for any of the
25 float valued array control parameters.
26
28 To use c_ftgetfa_data, load the NCAR Graphics library ngmath.
29
31 fitgrid_params, c_ftsetfa, c_ftgetfa, c_ftgetfa_size
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_ftgetfa_data(3NCARG)