Returns a unique integer for use as an object identifier.
FORTRAN (libfgl.a)
Int32 genobj( )
INTEGER*4 FUNCTION GENOBJ
The genobj subroutine generates unique 31-bit integer numbers for use as object identifiers.
When using a combination of user-defined and genobj-defined numbers to generate object numbers, ensure that each combination is unique because the genobj subroutine will not generate an object name that is currently in use.
The isobj subroutine can affirm the uniqueness of an object number.
Note: This editing subroutine itself cannot be added to a display list.
A unique 31-bit integer for use as an object identifier.
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. |
Drawing an instance of an object with the callobj subroutine.
Opening an object for editing with the editobj subroutine.
Returning a unique integer for use as a tag with the gentag subroutine.
Establishing the uniqueness of an object number with the isobj subroutine.
Creating an object with the makeobj subroutine.
AIX Graphics Library Overview and Creating Objects (Display Lists).