Files Classes Functions Hierarchy
00001 #ifndef SPIRALINDEXTEST_H 00002 #define SPIRALINDEXTEST_H 00003 00004 #include <gobj.h> 00005 #include <point.h> 00006 00010 class spiralindextest 00011 { 00013 gobjContainer xGraphics; 00014 public: 00015 00016 typedef point2<double> pt2; 00017 typedef point3<double> pt3; 00018 00020 static void keyboard01(unsigned char key, int x, int y); 00022 static void display01(); 00023 00025 static void test01(int argc, char** argv); 00026 00028 void test02(int argc, char** argv); 00029 00031 static void test03(int argc, char** argv); 00032 00034 void test04(int argc, char** argv); 00035 00036 }; 00037 00038 00039 #endif 00040 00041
1.5.8