1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
.\"##
.\" $XConsortium: p344,v 5.2 94/04/17 20:58:26 rws Exp $
.\"##
.\"##
$XMCOPY
.\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc.
.\"##
.\"## All Rights Reserved
.\"##
.\"## Permission to use, copy, modify, and distribute this software and its
.\"## documentation for any purpose and without fee is hereby granted,
.\"## provided that the above copyright notice appear in all copies and that
.\"## both that copyright notice and this permission notice appear in
.\"## supporting documentation, and that the name of Sun Microsystems,
.\"## not be used in advertising or publicity
.\"## pertaining to distribution of the software without specific, written
.\"## prior permission.
.\"##
.\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
.\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
.\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
.\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
.\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\"## PERFORMANCE OF THIS SOFTWARE.
.TH "SET MARKER TYPE" 3P "29 February 1991"
.SH NAME
SET MARKER TYPE \- create structure element to set the current marker type
attribute
.IX "Marker Attributes" "SET MARKER TYPE"
.IX "Attributes, Marker Attributes" "SET MARKER TYPE"
.IX "Aspect Source Flags" "SET MARKER TYPE"
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.25i 3i
.nf
void
pset_marker_type ( markertype )
Pint markertype; \fImarker type\fP
.fi
.ft R
.SS Required PHIGS Operating States
(PHOP, *, STOP, *)
.SH DESCRIPTION
.SS Purpose
\s-2SET MARKER TYPE\s+2 creates a structure element
containing a value for the current marker type attribute.
.LP
When the current marker type Aspect Source Flag \s-2(ASF)\s+2
is set to \s-2INDIVIDUAL\s+2,
the current value of this attribute
defines the marker type to be applied to the output primitives:
.RS
.ta 0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i
.LP
\(bu
.SM "POLYMARKER"
.LP
\(bu
.SM "POLYMARKER 3"
.ta
.RE
.SS C Input Parameter
.IP \fImarkertype\fP
An integer value specifying a marker type;
the following marker types are defined:
.sp
.ta .5i +\w'-0 'u +\w'PMK_BOWTIE_NE 'u
.nf
.\" PT is a string for a "point".
.ds PT \v'-0.2m'.\v'+0.2m'
1 PMARKER_DOT \fIPoint\fP (\*(PT)
2 PMARKER_PLUS \fIPlus sign\fP (\(pl)
3 PMARKER_ASTERISK \fIAsterisk\fP (\(**)
4 PMARKER_CIRCLE \fICircle\fP (\(ci)
5 PMARKER_CROSS \fIX-mark\fP (\(mu)
.sp
.fi
Support for marker types is workstation dependent.
.SS Execution
If the current edit mode is \s-2INSERT\s+2,
a \s-2SET MARKER TYPE\s+2 element is inserted into the currently open
structure after the element pointed to by the current element pointer. If
the edit mode is \s-2REPLACE\s+2, the new \s-2SET MARKER TYPE\s+2 element
replaces the element pointed to by the element pointer. In either case, the
element pointer is updated to point to the new element.
.LP
When the \s-2SET MARKER TYPE\s+2 element is traversed, the current marker
type
entry in the \s-2PHIGS\s+2 traversal state list is set to marker type.
.LP
When the current marker type \s-2ASF\s+2 is set to
\s-2INDIVIDUAL\s+2,
\s-2POLYMARKER\s+2 and \s-2POLYMARKER 3\s+2 output primitives which follow in
the structure network are then drawn using the marker type specified.
.LP
The default marker type is 3, \fIAsterisk\fP (\(**).
If the marker type specified is not available on the workstation,
the default will be used.
.LP
When the current marker type \s-2ASF\s+2 is set to \s-2BUNDLED\s+2,
the effective marker type is
the marker type attribute in the polymarker representation selected by
the current polymarker index.
In this case, the marker type set with \s-2SET MARKER
TYPE\s+2 has no effect.
.SH ERRORS
.IP 005
Ignoring function, function requires state (\s-2PHOP, *, STOP, *\s+2)
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "SET INDIVIDUAL ASF (3P)"
.SM "SET POLYMARKER REPRESENTATION (3P)"
.SM "INQUIRE POLYMARKER REPRESENTATION (3P)"
.SM "POLYMARKER (3P)"
.SM "POLYMARKER 3 (3P)"
.fi
|