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-2009
78 University Corporation for Atmospheric Research
79 The use of this Software is governed by a License Agreement.
80
81
82
83UNIX March 1993 GQASF(3NCARG)