delobj() — Silicon Graphics
NAME
delobj − deletes an object
SPECIFICATION
C
delobj(obj)
Object obj;
FORTRAN
subroutine delobj(obj)
integer*4 obj
Pascal
procedure delobj(obj: Object);
DESCRIPTION
delobj deletes an object. Deleting an object frees most of its display list storage; the object number remains undefined until it is used to create a new object. The system ignores a call to an object that does not exist.
SEE ALSO
makeobj, compactify IRIS Graphics Programming, Section 8.1, Defining an Object
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987