1GINQ_ASFS(3NCARG) NCAR GRAPHICS GINQ_ASFS(3NCARG)
2
3
4
6 ginq_asfs - (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 #include <ncarg/gks.h>
12
13 void ginq_asfs(Gint *err_ind, Gasfs *list_asf);
14
16 err_ind (Output) - If the inquired value cannot be returned cor‐
17 rectly, a non-zero error indicator is returned in err_ind,
18 otherwise a zero is returned. Consult "User's Guide for
19 NCAR GKS-0A Graphics" for a description of the meaning of
20 the error indicators.
21
22 list_asf (Output) - A structure of settings for the thirteen
23 attributes:
24
25 list_asfs.linetype
26 Linetype
27
28 list_asfs.linewidth
29 Linewidth scale factor
30
31 list_asfs.line_colr_ind
32 Polyline color index
33
34 list_asfs.marker_type
35 Marker type
36
37 list_asfs.marker_size
38 Marker size scale factor
39
40 list_asfs.marker_colr_ind
41 Polymarker color index
42
43 list_asfs.text_font_prec
44 Text font and precision
45
46 list_asfs.char_expan
47 Character expansion factor
48
49 list_asfs.char_space
50 Character spacing
51
52 list_asfs.text_colr_ind
53 Text color index
54
55 list_asfs.fill_int_style
56 Fill area interior style
57
58 list_asfs.fill_style_ind
59 Fill area style index
60
61 list_asfs.fill_colr_ind
62 Fill area color index
63
64 Each value of list_asf is either GASF_BUNDLED(for "bundled") or
65 GASF_INDIV (for "individual").
66
68 In NCAR Graphics all attribute aspect source flags are defaulted to
69 "individual" (all values for list_asf are GASF_INDIV). It is advised
70 that for dependable results when using NCAR Graphics these values
71 remain in their default settings. Some GKS packages default these val‐
72 ues to "bundled". ginq_asfs can be called to determine the values of
73 all aspect source flags.
74
76 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
77 libraries.
78
80 Online: gset_asfs(3NCARG), gset_linetype(3NCARG),
81 gset_linewidth(3NCARG), gset_line_colr_ind(3NCARG),
82 gset_marker_type(3NCARG), gset_marker_size(3NCARG),
83 gset_marker_colr_ind(3NCARG), gset_text_font_prec(3NCARG),
84 gset_char_expan(3NCARG), gset_text_font_prec(3NCARG),
85 gset_text_colr_ind(3NCARG), gset_fill_int_style(3NCARG),
86 gset_fill_style_ind(3NCARG), gset_fill_colr_ind(3NCARG), ginq_line‐
87 type(3NCARG), ginq_linewidth(3NCARG), ginq_line_colr_ind(3NCARG),
88 ginq_marker_type(3NCARG), ginq_marker_size(3NCARG),
89 ginq_marker_colr_ind(3NCARG), ginq_text_font_prec(3NCARG),
90 ginq_char_expan(3NCARG), ginq_text_font_prec(3NCARG),
91 ginq_text_colr_ind(3NCARG), ginq_fill_int_style(3NCARG),
92 ginq_fill_style_ind(3NCARG), ginq_fill_colr_ind(3NCARG), gks(3NCARG),
93 ncarg_gks_cbind(3NCARG)
94
95 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
96 mentals, UNIX Version
97
99 Copyright (C) 1987-2009
100 University Corporation for Atmospheric Research
101 The use of this Software is governed by a License Agreement.
102
103
104
105UNIX March 1993 GINQ_ASFS(3NCARG)