proj home

Files   Classes   Functions   Hierarchy  

test05.h

Go to the documentation of this file.
00001 #ifndef TEST05_H
00002 
00003 #include <myglutgui.h>
00004 #include <gobj.h>
00005 
00006 #include <zpr.h>
00007 
00008 
00009 class test05 : public myglutgui
00010 {
00011   gobjContainer xGraphics;
00012 
00013   void f1();
00014   void f2();
00015   void testCircles();
00016   void testMyArrow();
00017 
00019   zpr zz;
00020 public:
00021 
00022   test05
00023   (
00024     int & argc, 
00025     char** & argv,
00026     uintc mode,
00027     uintc x,
00028     uintc y,
00029     string const & title
00030   );
00031 
00032   void display();
00033 
00034   void eval();
00035 
00036 };
00037 
00038 
00039 #endif
00040 
00041 

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