Files Classes Functions Hierarchy
00001 #ifndef BOXOBBHALFSPACED2TEST_H 00002 #define BOXOBBHALFSPACED2TEST_H 00003 00004 #include <boxOBBhalfspaceD2.h> 00005 #include <gobj.h> 00006 #include <point.h> 00007 00008 00009 00013 class boxOBBhalfspaceD2test 00014 { 00015 public: 00016 00018 static boxOBBhalfspaceD2<point2<double>,double> * Aptr; 00020 static boxOBBhalfspaceD2<point2<double>,double> * Bptr; 00021 00023 static bool * help; 00024 00026 static gobjContainer boxes; 00027 00029 gobjContainer xGraphics; 00030 00032 static void display01(); 00033 00035 static void keyboard01(unsigned char key, int x, int y); 00036 00038 static void update01(); 00039 00041 void test01(int & argc, char** argv); 00042 00045 static int unittest01(); 00046 00049 static int unittest02(int & argc, char** argv); 00050 00051 }; 00052 00053 00054 #endif 00055 00056
1.5.8