Files Classes Functions Hierarchy
00001 #ifndef POLYTOPESD2LINKEDTEST_H 00002 #define POLYTOPESD2LINKEDTEST_H 00003 00004 #include <gobj.h> 00005 00006 class polytopesD2linkedtest 00007 { 00009 gobjContainer xGraphics; 00010 public: 00011 00013 static void keyboard01(unsigned char key, int x, int y); 00015 static void display01(); 00016 00017 static void test01(); 00018 00019 00021 void test02(int argc, char** argv); 00023 void test03(int argc, char** argv); 00024 00026 void test04(int argc, char** argv); 00027 }; 00028 00029 #endif 00030
1.5.8