1GQASF(3NCARG) NCAR GRAPHICS GQASF(3NCARG)
2
3
4
6 GQASF - (Inquire aspect source flags) - Inquires the values for the
7 aspect source flags that determine whether primitive attributes are to
8 be selected from individual settings or from "bundle tables".
9
11 CALL GQASF (ERRIND,LASF)
12
14 #include <ncarg/gks.h>
15
16 void ginq_asfs(Gint *err_ind, Gasfs *list_asf);
17
19 ERRIND (Integer, Output) - If the inquired value cannot be
20 returned correctly, a non-zero error indicator is returned
21 in ERRIND, otherwise a zero is returned. Consult "User's
22 Guide for NCAR GKS-0A Graphics" for a description of the
23 meaning of the error indicators.
24
25 LASF (Integer array, output) - An array of settings for the
26 thirteen attributes:
27
28 1 Linetype
29
30 2 Linewidth scale factor
31
32 3 Polyline color index
33
34 4 Marker type
35
36 5 Marker size scale factor
37
38 6 Polymarker color index
39
40 7 Text font and precision
41
42 8 Character expansion factor
43
44 9 Character spacing
45
46 10 Text color index
47
48 11 Fill area interior style
49
50 12 Fill area style index
51
52 13 Fill area color index
53
54 Each value of LASF is either "0" (for "bundled") or "1" (for "individ‐
55 ual").
56
58 In NCAR Graphics all attribute aspect source flags are defaulted to
59 "individual" (all values for LASF are "1"). It is advised that for
60 dependable results when using NCAR Graphics these values remain in
61 their default settings. Some GKS packages default these values to
62 "bundled". GQASF can be called to determine the values of all aspect
63 source flags.
64
66 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
67
69 Online: gsasf, gsln, gslwsc, gsplci, gsmk, gsmksc, gspmci, gstxfp,
70 gschxp, gstxsp, gstxci, gsfais, gsfasi, gsfaci, gqln, gqlwsc, gqplci,
71 gqmk, gqmksc, gqpmci, gqtxfp, gqchxp, gqtxsp, gqtxci, gqfais, gqfasi,
72 gqfaci,, ginq_asfs
73
74 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
75
77 Copyright (C) 1987-2007
78 University Corporation for Atmospheric Research
79
80 This documentation is free software; you can redistribute it and/or
81 modify it under the terms of the GNU General Public License as pub‐
82 lished by the Free Software Foundation; either version 2 of the
83 License, or (at your option) any later version.
84
85 This software is distributed in the hope that it will be useful, but
86 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
87 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
88 Public License for more details.
89
90 You should have received a copy of the GNU General Public License along
91 with this software; if not, write to the Free Software Foundation,
92 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
93
94
95
96UNIX March 1993 GQASF(3NCARG)