maketag() — Silicon Graphics
NAME
maketag − numbers a routine in the display list
SPECIFICATION
C
maketag(t)
Tag t;
FORTRAN
subroutine maketa(t)
integer*4 t
Pascal
procedure maketag(t: Tag);
DESCRIPTION
You can explicitly number routines with maketag. Immediately following maketag, supply a 31-bit number, which the sytem assigns to the routine. The tag is specific to that object. You can use the same 31-bit number in different objects without confusion.
SEE ALSO
gentag, istag IRIS Graphics Programming, Section 8.3, Object Editing
Version 2.5 — April 22, 1987