FORTRAN (libfgl.a)
void delobj(Int32 object)
SUBROUTINE DELOBJ(object) INTEGER*4 object
The delobj subroutine deletes an entire object, freeing the entire display list and all associated tags. The object identifier becomes undefined and unused.
Note: This subroutine cannot be used to add to a display list.
object | Specifies the identifier of the object to delete. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Deleting tags from a display list with the deltag subroutine.
Opening an object for editing with the editobj subroutine.
Creating an object with the makeobj subroutine.
Deleting a routine from an object with the objdelete subroutine.
AIX Graphics Library Overview and Creating Objects (Display Lists).