summaryrefslogtreecommitdiff
path: root/xc/doc/specs/PEX5/Proto/protocol_toc.ms
blob: ac04ba64eab4ced80542cfcfb78030ea4dbb850f (plain)
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
.\" $XConsortium$
.nr LL 6.5i
.nr PD 0.1i
.nr HM 1.2i
.nr FM 1.0i
.nr PO 1.0i
.nh
.LP
\ 
.sp 12
.PP
.TL
\fB\s+9PEX Protocol Specification\s-9\fP
.sp 2
.AU
Version 5.1

31-August-1992
	
.nf
.sp 0.4i
.ce
\fBPEX Document Editor\fP
.ta 1.5i 2.8i 4.6i
.sp 0.05i
	\fRPaula Womack\fP	\fIDigital Equipment Corp.	December,1991 to present\fP
	\fRJeffrey Friedberg\fP	\fIDigital Equipment Corp.	September,1990 to December,1991\fP
	\fRSally C. Barry\fP	\fIDigital Equipment Corp.	April,1990 to September,1990\fP
	\fRRandi J. Rost\fP	\fIDigital Equipment Corp.	June,1987 to April,1990\fP
.nf
.sp 0.4i
.ce
\fBPEX Chief Architect\fP
.ta 1.5i 2.8i 4.6i
.sp 0.05i
	\fRCheryl Huntington\fP	\fISun Microsystems	September,1991 to present\fP
.nf
.sp 0.4i
.ce
\fBPEX Issues Librarian\fP
.ta 1.5i 2.8i 4.6i
.sp 0.05i
	\fRKarl Schultz\fP	\fIIBM	September,1991 to present\fP
.nf
.sp 0.4i
.ce
\fBPEX Secretary\fP
.ta 1.5i 2.8i 4.6i
.sp 0.05i
	\fRJeff Stevenson\fP	\fIHewlett-Packard Company	September,1991 to present\fP
.sp 0.3i
.ta
.bp 1
\ 
.LP
.sp 12
.ps 9
.nr PS 9
.vs 10
.nr VS 10
.sp 24
.LP
.nf
.ce 2
Copyright \(co 1988, 1989, 1990, 1991, 1992 X Consortium
.LP
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ``Software''), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.LP
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.LP
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.LP
Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.
.bp 1
.nr Pg 3		\" starting page number of toc
.\" This header provides macro definitions and register assignments
.\" for creating a table of contents.
.\"
.\" 	Number Registers which are not commented in the code itself:
.\"		Lv  "level" -- the level of the entry
.\"		Lc  "level change" -- amount extra space for changeing levels
.\" The commented lines can be altered to change the format in the
.\" manner described in the comments
.\"
.\" 				--  Doug Kraft, April, 1985
.\"
.\" *****  The next 2 lines are dependentant upon the mu macro package  *****
.\" *****  and should be eliminated or changed if this in not desired.  *****
.\"
.LP
\ 
.\" ***** hack to get roman numerals in toc footer (JDF 10/90)
.\"
.\" Apparently, just setting the page register % to roman format
.\" doesn't work.  It seems the value of a roman % in an "if" expression
.\" always returns zero (troff bug?).  This behavior breaks -ms when
.\" it tests % during header and footer printing.  So, instead of reformatting %,
.\" we create a private roman format register Pg that will be set to % at Bg and Ed.
.\" We might just miss a page change but, hey, this is a hack.
.\" To start at a page other than 1, set the Pg register to the start page
.\" number prior to sourcing this file.
.\"
.if !\n(Pg .nr Pg 1	\" assume start page of 1 if not set by user 
.nr % \n(Pg 1		\" force real page number to user start number
.af Pg i		\" format private count to small roman i, ii, iii, iv ...
.EH ''   ''		\" no even header
.OH ''   ''		\" no odd header
.EF '' \\\\n(Pg ''	\" print roman count in even footer
.OF '' \\\\n(Pg ''	\" print roman count in odd footer
.\"
.\" *****  invoke this at end to make sure you end up on a even page (JDF)
.de Pe
.fi
.in 0i
.ll \n(LLu
.nr Pg \\n%
.LP
\\ 
.if o \{\
.  bp
.  nr Pg \\n%
\\ 
.\}
.nr Pg \\n%
..
.\"
.\" *****  these global variable can only be set here *****
.nr Ll \n(.lu     	\" line length
.nr Xs 0.0i		\" extra space between all content entries
.nr Nl 0.5v		\" extra space when entry level changes in troff
.if n .nr Nl 1v		\" extra space when entry level changes in nroff
.nr Lw 0.6i		\" extra distance to line wrap on left
.nr Rw 0.6i		\" space between end of entry line and page number entry
.nr Ll \n(Llu-\n(Rwu
.ll \n(Llu
.af p# 1		\" assign format to entry page number
.\" *****  the following macros set level specific variables  *****
.\"        level 1 
.de l1
.ne 6			\" space needed to end of page
.ps 11			\" point size
.vs 15			\" vertical spacing
.ft B			\" font
.in 0			\" indent
.nr Sp 1v		\" extra space before this level entry
..
.\"        level 2 
.de l2
.ne 5			\" space needed to end of page
.ps 10			\" point size
.vs 12			\" vertical spacing
.ft R			\" font
.in 0			\" indent
.if t .nr Sp 0.5v	\" extra space before this level entry
.if n .nr Sp 1v
..
.\"        level 3 
.de l3
.ne 5			\" space needed to end of page
.ps 10			\" point size
.vs 12			\" vertical spacing
.ft R			\" font
.in 0.35i		\" indent
.nr Sp 0		\" extra space before this level entry
..
.\"        level 4 
.de l4
.ne 4			\" space needed to end of page
.ps 10			\" point size
.vs 12			\" vertical spacing
.ft R			\" font
.in 0.35i		\" indent
.nr Sp 0		\" extra space before this level entry
..
.\"        level 5 
.de l5
.ne 4			\" space needed to end of page
.ps 10			\" point size
.vs 12			\" vertical spacing
.ft R			\" font
.in 0.35i		\" indent
.nr Sp 0		\" extra space before this level entry
..
.\"        level 6 
.de l6
.ne 4			\" space needed to end of page
.ps 10			\" point size
.vs 12			\" vertical spacing
.ft R			\" font
.in 1.35i		\" indent
.nr Sp 0		\" extra space before this level entry
..
.\"	   levels 7-9 = level 6
.de l7
.l6
..
.de l8
.l6
..
.de l9
.l6
..
.\" *****  Begin contents entry  *****
.de Bg
.nr Pg \\n%		\" page format hack (jdf)
.l\\$1
.ie \\$1=\\n(Lv .nr Lc 0
.el .nr Lc \\n(Nlu
.nr Lv \\$1
.sp (\\n(Spu+\\n(Xsu+\\n(Lcu)u
.in +\\n(Lwu
.ti -\\n(Lwu
.nr T1 \\n(Llu-\\n(.iu+0.2i
.nr T2 \\n(Llu+\\n(Rwu-\\n(.iu
.ta \\n(T1u \\n(T2uR
.mk V1 \\n(nl
..
.\" ***** End Contents Entry *****
.de Ed
.nr Pg \\n%		\" page format hack (jdf)
.mk V2
\kH
.sp -1
.if \\n(.$ .if \\n(Lv>1 \{\
.				\" NOTE: a page number is printed only if
.				\" the page number in not 0 and the level
.				\" is 2 or greater
.	ie \\n(.$=1 .ds Pn \\$1
.	el .ds Pn \\$1-\\$2
.	tc .
.	nf
.	ie \\n(V1=\\n(V2 .nr Mv \\n(.n-\\n(Lw
.	el .nr Mv \\n(.n
.	sp |\\n(V2u
\\0\h'\\n(Mvu'\t\kH
.	tc
.	sp |\\n(V2u
\h'\\nHu'\t\\*(Pn
.	fi
.\}
.br
.ne 0
.if \\n(.t<2.5v .bp
..
.\" This is the end of the header.  Your table of contents data starts
.\" immediately below this line.
.Bg 1
PEX Protocol Specification
.Ed 1
.Bg 1
1. Acknowledgements
.Ed 1
.Bg 1
2. PEX Protocol Specification
.Ed 2
.Bg 2
2.1. Request Processing
.Ed 2
.Bg 2
2.2. Protocol Format
.Ed 2
.Bg 3
2.2.1. Request Format
.Ed 2
.Bg 3
2.2.2. Reply Format
.Ed 2
.Bg 3
2.2.3. Error Format
.Ed 2
.Bg 3
2.2.4. Event Format
.Ed 3
.Bg 2
2.3. Syntax
.Ed 4
.Bg 2
2.4. Naming Conventions
.Ed 4
.Bg 2
2.5. Common Types
.Ed 5
.Bg 3
2.5.1. LISTofFOO
.Ed 5
.Bg 3
2.5.2. BITMASK and LISTofVALUE
.Ed 5
.Bg 3
2.5.3. Floating Point Format - FLOAT
.Ed 5
.Bg 3
2.5.4. Colors
.Ed 5
.Bg 3
2.5.5. Element Types
.Ed 5
.Bg 3
2.5.6. Types
.Ed 6
.Bg 3
2.5.7. Errors
.Ed 11
.Bg 2
2.6. Events
.Ed 11
.Bg 2
2.7. Padding
.Ed 12
.Bg 2
2.8. Extension Information
.Ed 13
.Bg 3
2.8.1. Get Extension Information
.Ed 13
.Bg 3
2.8.2. Get Enumerated Type Information
.Ed 14
.Bg 3
2.8.3. Get Implementation-Dependent Constants
.Ed 28
.Bg 3
2.8.4. Match Renderer Targets
.Ed 31
.Bg 3
2.8.5. Escape
.Ed 31
.Bg 3
2.8.6. Escape With Reply
.Ed 32
.Bg 1
3. Output Commands
.Ed 33
.Bg 2
3.1. Data Formats
.Ed 33
.Bg 2
3.2. Errors
.Ed 33
.Bg 3
3.2.1. FloatingPointFormat Errors
.Ed 33
.Bg 3
3.2.2. ColorType Errors
.Ed 34
.Bg 3
3.2.3. Length Errors
.Ed 34
.Bg 3
3.2.4. OutputCommand Errors
.Ed 34
.Bg 2
3.3. Output Command Descriptions
.Ed 34
.Bg 3
Marker type
.Ed 35
.Bg 3
Marker scale
.Ed 35
.Bg 3
Marker color index
.Ed 35
.Bg 3
Marker color
.Ed 35
.Bg 3
Marker bundle index
.Ed 35
.Bg 3
Text font index
.Ed 35
.Bg 3
Text precision
.Ed 35
.Bg 3
Character expansion
.Ed 36
.Bg 3
Character spacing
.Ed 36
.Bg 3
Text color index
.Ed 36
.Bg 3
Text color
.Ed 36
.Bg 3
Character height
.Ed 36
.Bg 3
Character up vector
.Ed 36
.Bg 3
Text path
.Ed 37
.Bg 3
Text alignment
.Ed 37
.Bg 3
Annotation text height
.Ed 37
.Bg 3
Annotation text up vector
.Ed 37
.Bg 3
Annotation text path
.Ed 37
.Bg 3
Annotation text alignment
.Ed 37
.Bg 3
Annotation text style
.Ed 37
.Bg 3
Text bundle index
.Ed 37
.Bg 3
Line type
.Ed 38
.Bg 3
Line width
.Ed 38
.Bg 3
Line color index
.Ed 38
.Bg 3
Line color
.Ed 38
.Bg 3
Curve approximation
.Ed 38
.Bg 3
Polyline interpolation method
.Ed 38
.Bg 3
Line bundle index
.Ed 38
.Bg 3
Surface interior style
.Ed 39
.Bg 3
Surface interior style index
.Ed 39
.Bg 3
Surface color index
.Ed 39
.Bg 3
Surface color
.Ed 39
.Bg 3
Surface reflection attributes
.Ed 39
.Bg 3
Surface reflection model
.Ed 39
.Bg 3
Surface interpolation method
.Ed 39
.Bg 3
Backface surface interior style
.Ed 40
.Bg 3
Backface surface interior style index
.Ed 40
.Bg 3
Backface surface color index
.Ed 40
.Bg 3
Backface surface color
.Ed 40
.Bg 3
Backface surface reflection attributes
.Ed 40
.Bg 3
Backface surface reflection model
.Ed 40
.Bg 3
Backface surface interpolation method
.Ed 41
.Bg 3
Surface approximation
.Ed 41
.Bg 3
Facet culling mode
.Ed 41
.Bg 3
Facet distinguish flag
.Ed 41
.Bg 3
Pattern size
.Ed 41
.Bg 3
Pattern reference point
.Ed 41
.Bg 3
Pattern reference point and vectors
.Ed 41
.Bg 3
Interior bundle index
.Ed 41
.Bg 3
Surface edge flag
.Ed 42
.Bg 3
Surface edge type
.Ed 42
.Bg 3
Surface edge width
.Ed 42
.Bg 3
Surface edge color index
.Ed 42
.Bg 3
Surface edge color
.Ed 42
.Bg 3
Edge bundle index
.Ed 42
.Bg 3
Set individual ASF
.Ed 42
.Bg 3
Local transform 3D
.Ed 43
.Bg 3
Local transform 2D
.Ed 43
.Bg 3
Global transform 3D
.Ed 44
.Bg 3
Global transform 2D
.Ed 44
.Bg 3
Model clip
.Ed 44
.Bg 3
Set model clip volume 3D
.Ed 44
.Bg 3
Set model clip volume 2D
.Ed 44
.Bg 3
Restore model clip volume
.Ed 45
.Bg 3
View index
.Ed 45
.Bg 3
Light source state
.Ed 45
.Bg 3
Depth cue index
.Ed 45
.Bg 3
Pick ID       
.Ed 45
.Bg 3
HLHSR identifier
.Ed 45
.Bg 3
Color approximation index
.Ed 45
.Bg 3
Rendering color model
.Ed 46
.Bg 3
Parametric surface characteristics
.Ed 46
.Bg 3
Add names to name set
.Ed 46
.Bg 3
Remove names from name set
.Ed 46
.Bg 3
Execute structure
.Ed 46
.Bg 3
Label
.Ed 47
.Bg 3
Application data
.Ed 47
.Bg 3
GSE
.Ed 47
.Bg 3
Marker 3D
.Ed 47
.Bg 3
Marker 2D
.Ed 47
.Bg 3
Text 3D
.Ed 47
.Bg 3
Text 2D
.Ed 48
.Bg 3
Annotation text 3D
.Ed 48
.Bg 3
Annotation text 2D
.Ed 49
.Bg 3
Polyline 3D
.Ed 49
.Bg 3
Polyline 2D
.Ed 50
.Bg 3
Polyline set 3D with data
.Ed 50
.Bg 3
Non-uniform B-spline curve
.Ed 50
.Bg 3
Fill area 3D
.Ed 51
.Bg 3
Fill area 2D
.Ed 52
.Bg 3
Fill area 3D with data
.Ed 52
.Bg 3
Fill area set 3D
.Ed 53
.Bg 3
Fill area set 2D
.Ed 53
.Bg 3
Fill area set 3D with data
.Ed 54
.Bg 3
Triangle strip
.Ed 55
.Bg 3
Quadrilateral mesh
.Ed 55
.Bg 3
Set of fill area sets
.Ed 57
.Bg 3
Non-uniform B-spline surface
.Ed 59
.Bg 3
Cell array 3D
.Ed 60
.Bg 3
Cell array 2D
.Ed 60
.Bg 3
Extended cell array 3D
.Ed 61
.Bg 3
GDP 3D
.Ed 61
.Bg 3
GDP 2D
.Ed 61
.Bg 3
Noop
.Ed 61
.Bg 1
4. Lookup Tables
.Ed 62
.Bg 2
4.1. Lookup Table Resource Management
.Ed 68
.Bg 3
4.1.1. Create Lookup Table
.Ed 68
.Bg 3
4.1.2. Copy Lookup Table
.Ed 68
.Bg 3
4.1.3. Free Lookup Table
.Ed 69
.Bg 2
4.2. Lookup Table Inquiry
.Ed 70
.Bg 3
4.2.1. Get Table Info
.Ed 70
.Bg 3
4.2.2. Get Predefined Entries
.Ed 71
.Bg 3
4.2.3. Get Defined Indices
.Ed 71
.Bg 3
4.2.4. Get Table Entry
.Ed 72
.Bg 3
4.2.5. Get Table Entries
.Ed 72
.Bg 2
4.3. Lookup Table Modification
.Ed 74
.Bg 3
4.3.1. Set Table Entries
.Ed 74
.Bg 3
4.3.2. Delete Table Entries
.Ed 74
.Bg 1
5. Pipeline Contexts
.Ed 75
.Bg 2
5.1. Pipeline Context Resource Management
.Ed 83
.Bg 3
5.1.1. Create Pipeline Context
.Ed 83
.Bg 3
5.1.2. Copy Pipeline Context
.Ed 83
.Bg 3
5.1.3. Free Pipeline Context
.Ed 84
.Bg 2
5.2. Pipeline Context Inquiry
.Ed 85
.Bg 3
5.2.1. Get Pipeline Context
.Ed 85
.Bg 2
5.3. Pipeline Context Modification
.Ed 85
.Bg 3
5.3.1. Change Pipeline Context
.Ed 85
.Bg 1
6. Renderers
.Ed 86
.Bg 2
6.1. Renderer Resource Management
.Ed 90
.Bg 3
6.1.1. Create Renderer
.Ed 90
.Bg 3
6.1.2. Free Renderer
.Ed 90
.Bg 2
6.2. Renderer Modification
.Ed 91
.Bg 3
6.2.1. Change Renderer
.Ed 91
.Bg 2
6.3. Renderer Inquiry
.Ed 91
.Bg 3
6.3.1. Get Renderer Attributes
.Ed 91
.Bg 3
6.3.2. Get Renderer Dynamics
.Ed 92
.Bg 2
6.4. Client-Side Traversal Support
.Ed 93
.Bg 3
6.4.1. Begin Rendering
.Ed 93
.Bg 3
6.4.2. End Rendering
.Ed 93
.Bg 3
6.4.3. Begin Structure
.Ed 94
.Bg 3
6.4.4. End Structure
.Ed 94
.Bg 2
6.5. Rendering Commands
.Ed 95
.Bg 3
6.5.1. Render Output Commands
.Ed 95
.Bg 3
6.5.2. Render Elements
.Ed 95
.Bg 3
6.5.3. Accumulate State
.Ed 96
.Bg 3
6.5.4. Render Network
.Ed 96
.Bg 1
7. Renderer Picking
.Ed 97
.Bg 2
7.1. Pick One
.Ed 99
.Bg 3
7.1.1. Begin Pick One
.Ed 99
.Bg 3
7.1.2. End Pick One
.Ed 100
.Bg 3
7.1.3. Pick One
.Ed 100
.Bg 2
7.2. Pick All
.Ed 101
.Bg 3
7.2.1. Begin Pick All
.Ed 101
.Bg 3
7.2.2. End Pick All
.Ed 102
.Bg 3
7.2.3. Pick All
.Ed 102
.Bg 1
8. Structures
.Ed 104
.Bg 2
8.1. Structure Resource Management
.Ed 104
.Bg 3
8.1.1. Create Structure
.Ed 104
.Bg 3
8.1.2. Copy Structure
.Ed 105
.Bg 3
8.1.3. Destroy Structures
.Ed 105
.Bg 2
8.2. Structure Inquiry
.Ed 106
.Bg 3
8.2.1. Get Structure Info
.Ed 106
.Bg 3
8.2.2. Get Element Info
.Ed 107
.Bg 3
8.2.3. Get Structures In Network
.Ed 107
.Bg 3
8.2.4. Get Ancestors
.Ed 108
.Bg 3
8.2.5. Get Descendants
.Ed 109
.Bg 3
8.2.6. Fetch Elements
.Ed 110
.Bg 2
8.3. Structure Resource Attribute Modification
.Ed 111
.Bg 3
8.3.1. Set Editing Mode
.Ed 111
.Bg 3
8.3.2. Set Element Pointer
.Ed 111
.Bg 3
8.3.3. Set Element Pointer At Label
.Ed 112
.Bg 3
8.3.4. Element Search
.Ed 113
.Bg 2
8.4. Structure Editing
.Ed 114
.Bg 3
8.4.1. Store Elements
.Ed 114
.Bg 3
8.4.2. Delete Elements
.Ed 115
.Bg 3
8.4.3. Delete Elements To Label
.Ed 116
.Bg 3
8.4.4. Delete Elements Between Labels
.Ed 116
.Bg 3
8.4.5. Copy Elements
.Ed 117
.Bg 3
8.4.6. Change Structure References
.Ed 118
.Bg 1
9. Name Sets
.Ed 119
.Bg 2
9.1. Name Set Resource Management
.Ed 119
.Bg 3
9.1.1. Create Name Set
.Ed 119
.Bg 3
9.1.2. Copy Name Set
.Ed 119
.Bg 3
9.1.3. Free Name Set
.Ed 120
.Bg 2
9.2. Name Set Inquiry
.Ed 121
.Bg 3
9.2.1. Get Name Set
.Ed 121
.Bg 2
9.3. Name Set Modification
.Ed 121
.Bg 3
9.3.1. Change Name Set
.Ed 121
.Bg 1
10. Search Contexts
.Ed 122
.Bg 2
10.1. Search Context Resource Management
.Ed 124
.Bg 3
10.1.1. Create Search Context
.Ed 124
.Bg 3
10.1.2. Copy Search Context
.Ed 124
.Bg 3
10.1.3. Free Search Context
.Ed 125
.Bg 2
10.2. Search Context Inquiry
.Ed 126
.Bg 3
10.2.1. Get Search Context
.Ed 126
.Bg 2
10.3. Search Context Modification
.Ed 126
.Bg 3
10.3.1. Change Search Context
.Ed 126
.Bg 2
10.4. Structure Network Searching
.Ed 127
.Bg 3
10.4.1. Search Network
.Ed 127
.Bg 1
11. PHIGS Workstations
.Ed 128
.Bg 2
11.1. PHIGS Workstation Resource Management
.Ed 129
.Bg 3
11.1.1. Create PHIGS Workstation
.Ed 129
.Bg 3
11.1.2. Free PHIGS Workstation
.Ed 130
.Bg 2
11.2. PHIGS Workstation Inquiry
.Ed 131
.Bg 3
11.2.1. Get PHIGS Workstation Info
.Ed 131
.Bg 3
11.2.2. Get Dynamics
.Ed 135
.Bg 3
11.2.3. Get View Representation
.Ed 137
.Bg 2
11.3. PHIGS Workstation Manipulation
.Ed 138
.Bg 3
11.3.1. Redraw All Structures
.Ed 138
.Bg 3
11.3.2. Update Workstation
.Ed 138
.Bg 3
11.3.3. Redraw Clip Region
.Ed 139
.Bg 3
11.3.4. Execute Deferred Actions
.Ed 139
.Bg 3
11.3.5. Set View Priority
.Ed 140
.Bg 3
11.3.6. Set Display Update Mode
.Ed 140
.Bg 3
11.3.7. Map DC to WC
.Ed 141
.Bg 3
11.3.8. Map WC to DC
.Ed 141
.Bg 2
11.4. PHIGS Workstation Update
.Ed 143
.Bg 3
11.4.1. Set View Representation
.Ed 143
.Bg 3
11.4.2. Set Workstation Window
.Ed 143
.Bg 3
11.4.3. Set Workstation Viewport
.Ed 144
.Bg 3
11.4.4. Set HLHSR Mode
.Ed 144
.Bg 3
11.4.5. Set Buffer Mode
.Ed 145
.Bg 2
11.5. Posting/Unposting Structures
.Ed 146
.Bg 3
11.5.1. Post Structure
.Ed 146
.Bg 3
11.5.2. Unpost Structure
.Ed 146
.Bg 3
11.5.3. Unpost All Structures
.Ed 147
.Bg 3
11.5.4. Get PHIGS Workstation Postings
.Ed 147
.Bg 1
12. Workstation Picking
.Ed 148
.Bg 2
12.1. Pick Device Descriptors
.Ed 148
.Bg 3
12.1.1. Get Pick Device Descriptor
.Ed 150
.Bg 3
12.1.2. Change Pick Device Descriptor
.Ed 150
.Bg 2
12.2. Pick Measure
.Ed 151
.Bg 3
12.2.1. Create Pick Measure
.Ed 152
.Bg 3
12.2.2. Free Pick Measure
.Ed 152
.Bg 3
12.2.3. Get Pick Measure Attributes
.Ed 152
.Bg 3
12.2.4. Update Pick Measure
.Ed 153
.Bg 1
13. PEX Fonts
.Ed 154
.Bg 2
13.1. PEX Font Resource Management
.Ed 155
.Bg 3
13.1.1. Open PEX Font
.Ed 155
.Bg 3
13.1.2. Close PEX Font
.Ed 155
.Bg 2
13.2. PEX Font Inquiry
.Ed 156
.Bg 3
13.2.1. Query PEX Font
.Ed 157
.Bg 3
13.2.2. List PEX Fonts
.Ed 157
.Bg 3
13.2.3. List PEX Fonts with Info
.Ed 158
.Bg 3
13.2.4. Query PEX Text Extents
.Ed 159
.Bg 1
Appendix A: Definition of Standard PEX Subsets
.Ed 160
.Bg 1
Appendix B: Minimum Support for PHIGS/PHIGS-PLUS
.Ed 166
.Bg 1
Appendix C: Definition of PEX Errors
.Ed 168
.Bg 1
Appendix D: Definition of Table Default Values
.Ed 179
.Bg 1
Appendix E: Registered PEX Escapes
.Ed 182
.Pe			\" end on even page