proj home

Files   Classes   Functions   Hierarchy  

gobjgluQuadricTexture Class Reference

#include <gobj.h>

Inheritance diagram for gobjgluQuadricTexture:
Collaboration diagram for gobjgluQuadricTexture:

List of all members.

Public Member Functions

 gobjgluQuadricTexture (GLUquadricObj *&qobj_, GLboolean textureCoords_)
void draw ()
 Draw the object.

Public Attributes

GLUquadricObj *& qobj
GLboolean textureCoords


Detailed Description

Definition at line 1292 of file gobj.h.


Constructor & Destructor Documentation

gobjgluQuadricTexture::gobjgluQuadricTexture ( GLUquadricObj *&  qobj_,
GLboolean  textureCoords_ 
) [inline]

Definition at line 1301 of file gobj.h.

01305     : qobj(qobj_), textureCoords(textureCoords_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1307 of file gobj.h.

References GOBJDEBUGCODE, qobj, and textureCoords.

01308     { GOBJDEBUGCODE gluQuadricTexture(qobj,textureCoords); }


Member Data Documentation

GLUquadricObj* & gobjgluQuadricTexture::qobj

Definition at line 1296 of file gobj.h.

Referenced by draw().

Definition at line 1298 of file gobj.h.

Referenced by draw().


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

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