proj home

Files   Classes   Functions   Hierarchy  

planeinttest.cpp File Reference

#include <fstream>
#include <commandline.h>
#include <gobj.h>
#include <graphmisc.h>
#include <planeinttest.h>
#include <planepointsurface.h>
#include <pointsurface.h>
#include <zpr.h>

Include dependency graph for planeinttest.cpp:

Go to the source code of this file.

Functions

void planeinttestdisplay01 ()
void planeinttestkeyboard01 (unsigned char key, int x, int y)


Function Documentation

void planeinttestdisplay01 (  ) 

Definition at line 12 of file planeinttest.cpp.

References gobjContainer::draw(), glerrordisplay(), and gobj::global.

Referenced by planeinttest::test01().

00013 {
00014   glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
00015 
00016   gobj::global->draw();
00017 
00018   glerrordisplay();
00019   
00020   glutSwapBuffers();
00021 }

void planeinttestkeyboard01 ( unsigned char  key,
int  x,
int  y 
)

Definition at line 23 of file planeinttest.cpp.

Referenced by planeinttest::test01().

00024 {
00025   switch (key)
00026   {
00027     case 27:
00028       exit(0);
00029       break;
00030   }
00031 }


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