Returns the current open object.
FORTRAN (libfgl.a)
Int32 getopenobj( )
INTEGER*4 FUNCTION GETOPE
The getopenobj subroutine returns the identifier of the object that is currently open for editing. If no object is open, the subroutine returns -1.
Note: This editing subroutine itself cannot be added to a display list.
The number of the object currently open for editing.
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. |
Closing an object with the closeobj subroutine.
Opening an object for editing with the editobj subroutine.
Creating an object with the makeobj subroutine.
AIX Graphics Library Overview, Creating Objects (Display Lists), and Querying the System.