1GFLAS4(3NCARG) NCAR GRAPHICS GFLAS4(3NCARG)
2
3
4
6 GFLAS4 - Allows you to access a disk file of plotting instructions,
7 generated with a GFLAS1 and GFLAS2 sequence in a previous job, for use
8 in a GFLAS3 call.
9
11 CALL GFLAS4 (IB, FNAME)
12
14 #include <ncarg/ncargC.h>
15
16 void c_gflas4 (int ib, char *fname)
17
19 IB (INTEGER, input) Specifies the identifier to be used for
20 subsequent GFLAS3 calls. This needs to be between 0 and 99
21 inclusive, just as with the argument IB to GFLAS1.
22
23 FNAME (CHARACTER, input) Specifies the name of the file in which
24 the plotting instructions are stored; FNAME is a FORTRAN
25 character variable specifying the file name of the disk
26 file.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 To use GFLAS4 or c_gflas4, load the NCAR Graphics libraries ncarg,
34 ncarg_gks, and ncarg_c, preferably in that order.
35
37 Online: gflash, gflas1, gflas2, gflas3, ncarg_cbind.
38
39 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
40 Fundamentals, UNIX Version
41
43 Copyright (C) 1987-2007
44 University Corporation for Atmospheric Research
45
46 This documentation is free software; you can redistribute it and/or
47 modify it under the terms of the GNU General Public License as
48 published by the Free Software Foundation; either version 2 of the
49 License, or (at your option) any later version.
50
51 This software is distributed in the hope that it will be useful, but
52 WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
54 General Public License for more details.
55
56 You should have received a copy of the GNU General Public License along
57 with this software; if not, write to the Free Software Foundation,
58 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59
60
61
62UNIX March 1993 GFLAS4(3NCARG)