Files Classes Functions Hierarchy
00001 #ifndef VRMLTEST_H 00002 #define VRMLTEST_H 00003 00004 #include <string> 00005 using namespace std; 00006 00007 #include <vrmlshapeparse.h> 00008 #include <vrmlshape.h> 00009 00010 00016 class vrmltest 00017 { 00018 static void getfilename(string & filename); 00019 static vrmlshapeparse vsp; 00020 static vector< vrmlshape > vs; 00021 static bool winding; 00022 static vrmllines vL; 00023 static void keyboard(unsigned char key, int x, int y); 00024 static void display(); 00025 public: 00026 00028 static void test01(int argc, char** argv); 00029 00031 static void test02(int argc, char** argv); 00032 00034 static void test03(int argc, char** argv); 00035 00036 }; 00037 00038 00039 #endif 00040 00041
1.5.8