Files Classes Functions Hierarchy
00001 #ifndef QUICKHULL2DTEST_H 00002 #define QUICKHULL2DTEST_H 00003 00004 #include <gobj.h> 00005 #include <point.h> 00006 00010 class quickhull2Dtest 00011 { 00013 gobjContainer xGraphics; 00014 public: 00015 00017 static void keyboard01(unsigned char key, int x, int y); 00019 static void display01(); 00020 00022 void test02(int argc, char** argv); 00024 static void test03(); 00027 static void test04(int argc, char** argv); 00031 static void test05(int argc, char** argv); 00035 void test06(int argc, char** arg); 00036 00037 }; 00038 00039 00040 #endif 00041 00042
1.5.8