proj home

Files   Classes   Functions   Hierarchy  

gobjglClearIndex Class Reference

#include <gobj.h>

Inheritance diagram for gobjglClearIndex:
Collaboration diagram for gobjglClearIndex:

List of all members.

Public Member Functions

 gobjglClearIndex (GLfloat index_)
void draw ()
 Draw the object.

Public Attributes

GLfloat index


Detailed Description

Definition at line 1593 of file gobj.h.


Constructor & Destructor Documentation

gobjglClearIndex::gobjglClearIndex ( GLfloat  index_  )  [inline]

Definition at line 1599 of file gobj.h.

01600     : index(index_) {}


Member Function Documentation

void gobjglClearIndex::draw (  )  [inline, virtual]

Draw the object.

Implements gobj.

Definition at line 1602 of file gobj.h.

References GOBJDEBUGCODE, and index.

01603     { GOBJDEBUGCODE glClearIndex(index); }


Member Data Documentation

Definition at line 1597 of file gobj.h.

Referenced by draw().


The documentation for this class was generated from the following file:

Generated on Fri Mar 4 00:49:58 2011 for Chelton Evans Source by  doxygen 1.5.8