1GQMK(3NCARG) NCAR GRAPHICS GQMK(3NCARG)
2
3
4
6 GQMK (Inquire marker type) - retrieves the current value for the marker
7 type.
8
10 CALL GQMK (ERRIND, MTYPE)
11
13 #include <ncarg/gks.h>
14
15 void ginq_marker_type(Gint *err_ind, Gint *marker_type);
16
18 ERRIND (Integer, Output) - If the inquired value cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 MTYPE (Integer, Output) - Returns the current value for the poly‐
25 marker type as set by default or by a call to GSMK.
26
27 1
28 . (dot)
29
30 2
31 + (plus)
32
33 3
34 * (asterisk) This is the default
35
36 4
37 o (circle)
38
39 5
40 X (cross)
41
43 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
44
46 Online: gpm, gsmk, gsmksc, gscr, gspmci, gqmksc, gqpmci, point, points,
47 ginq_marker_type
48
49 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
50 mentals, UNIX Version
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 GQMK(3NCARG)