proj home

Files   Classes   Functions   Hierarchy  

gobjgluOrtho2D Class Reference

#include <gobj.h>

Inheritance diagram for gobjgluOrtho2D:
Collaboration diagram for gobjgluOrtho2D:

List of all members.

Public Member Functions

 gobjgluOrtho2D (GLdouble const left_, GLdouble const right_, GLdouble const bottom_, GLdouble const top_)
void draw ()
 Draw the object.

Public Attributes

GLdouble left
GLdouble right
GLdouble bottom
GLdouble top


Detailed Description

Definition at line 1500 of file gobj.h.


Constructor & Destructor Documentation

gobjgluOrtho2D::gobjgluOrtho2D ( GLdouble const   left_,
GLdouble const   right_,
GLdouble const   bottom_,
GLdouble const   top_ 
) [inline]

Definition at line 1510 of file gobj.h.

01516     : left(left_), right(right_), bottom(bottom_), top(top_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1518 of file gobj.h.

References bottom, GOBJDEBUGCODE, left, right, and top.

01519     { GOBJDEBUGCODE gluOrtho2D(left,right,bottom,top); }


Member Data Documentation

Definition at line 1506 of file gobj.h.

Referenced by draw().

Definition at line 1504 of file gobj.h.

Referenced by draw().

Definition at line 1505 of file gobj.h.

Referenced by draw().

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