proj home

Files   Classes   Functions   Hierarchy  

gobjglDepthRange Class Reference

#include <gobj.h>

Inheritance diagram for gobjglDepthRange:
Collaboration diagram for gobjglDepthRange:

List of all members.

Public Member Functions

 gobjglDepthRange (GLclampd near_, GLclampd far_)
void draw ()
 Draw the object.

Public Attributes

GLclampd near
GLclampd far


Detailed Description

Definition at line 1205 of file gobj.h.


Constructor & Destructor Documentation

gobjglDepthRange::gobjglDepthRange ( GLclampd  near_,
GLclampd  far_ 
) [inline]

Definition at line 1212 of file gobj.h.

01213     : near(near_), far(far_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1215 of file gobj.h.

References far, GOBJDEBUGCODE, and near.

01216     { GOBJDEBUGCODE glDepthRange(near,far); }


Member Data Documentation

Definition at line 1210 of file gobj.h.

Referenced by draw().

Definition at line 1209 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