proj home

Files   Classes   Functions   Hierarchy  

test07.h

Go to the documentation of this file.
00001 #ifndef TEST07_H
00002 #define TEST07_H
00003 
00004 
00005 #include <myglutgui.h>
00006 #include <gobj.h>
00007 #include <zpr.h>
00008 
00009 
00025 class test07 : public myglutgui
00026 {
00028   gobjContainer xGraphics;
00029 
00031   gobjContainer * gcomp;
00032 
00034   gobjglutWireTorus * gtorus;
00035 
00036   void f1();
00037 
00038   zpr zz;
00039 public:
00040 
00041   test07
00042   (
00043     int & argc, 
00044     char** & argv,
00045     uintc mode,
00046     uintc x,
00047     uintc y,
00048     string const & title
00049   );
00050 
00051   void keyboard(unsigned char key, int x, int y);
00052 
00053   void display();
00054 
00055   void eval();
00056 
00057 };
00058 
00059 #endif
00060 

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