Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

makeobj()  —  Silicon Graphics

NAME

makeobj − creates an object

SPECIFICATION

C
makeobj(obj)
Object obj;

FORTRAN
subroutine makeob(obj)
integer*4 obj

Pascal
procedure makeobj(obj: Object);

DESCRIPTION

makeobj creates graphics objects.  makeobj takes one argument, a 31-bit integer that is associated with the object.  If obj is the number of an existing object, that object is deleted. 

When makeobj executes, the object number is entered into a symbol table and memory is allocated for a display list.  Subsequent graphics routines are compiled into the display list instead of executing. 

SEE ALSO

callobj, closeobj, genobj, isobj, chunksize IRIS Graphics Programming, Section 8.1, Defining An Object

NOTE

This routine is available only in immediate mode. 

Version 2.5  —  April 22, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026