[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

delobj Subroutine

Purpose

Deletes an object.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void delobj(Int32 object)

FORTRAN Syntax

SUBROUTINE DELOBJ(object)
INTEGER*4 object

Description

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.

Parameter

object Specifies the identifier of the object to delete.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/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.

Related Information

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).


[ Previous | Next | Contents | Glossary | Home | Search ]