proj home

Files   Classes   Functions   Hierarchy  

gobjglOrtho Class Reference

#include <gobj.h>

Inheritance diagram for gobjglOrtho:
Collaboration diagram for gobjglOrtho:

List of all members.

Public Member Functions

 gobjglOrtho (GLdouble const left_, GLdouble const right_, GLdouble const bottom_, GLdouble const top_, GLdouble const near_, GLdouble const far_)
void draw ()
 Draw the object.

Public Attributes

GLdouble left
GLdouble right
GLdouble bottom
GLdouble top
GLdouble near
GLdouble far


Detailed Description

Definition at line 1156 of file gobj.h.


Constructor & Destructor Documentation

gobjglOrtho::gobjglOrtho ( GLdouble const   left_,
GLdouble const   right_,
GLdouble const   bottom_,
GLdouble const   top_,
GLdouble const   near_,
GLdouble const   far_ 
) [inline]

Definition at line 1168 of file gobj.h.

01176     : left(left_), right(right_), bottom(bottom_), top(top_),
01177       near(near_), far(far_) {}


Member Function Documentation

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

Draw the object.

Implements gobj.

Definition at line 1179 of file gobj.h.

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

01180     { GOBJDEBUGCODE glOrtho(left,right,bottom,top,near,far); }


Member Data Documentation

Definition at line 1162 of file gobj.h.

Referenced by draw().

GLdouble gobjglOrtho::far

Definition at line 1165 of file gobj.h.

Referenced by draw().

Definition at line 1160 of file gobj.h.

Referenced by draw().

Definition at line 1164 of file gobj.h.

Referenced by draw().

Definition at line 1161 of file gobj.h.

Referenced by draw().

GLdouble gobjglOrtho::top

Definition at line 1163 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:59 2011 for Chelton Evans Source by  doxygen 1.5.8