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

initnames Subroutine

Purpose

Initializes the name stack.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void initnames( )

FORTRAN Syntax

SUBROUTINE INITNA

Description

The initnames subroutines initializes the name stack for use during picking or selecting.

Example

The example C language program pick1.c calls the initnames subroutine to clear all of the names from the name stack.

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

Putting the system in selecting mode with the gselect subroutine.

Loading a name onto the top of the name stack with the loadname subroutine.

Putting the system in picking mode with the pick subroutine.

Popping a name off the name stack with the popname subroutine.

Pushing a new name onto the name stack with the pushname subroutine.

AIX Graphics Library Overview and Picking and Selecting Overview.


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