Files Classes Functions Hierarchy
00001 #ifndef PLOTPOLARTEST_H 00002 #define PLOTPOLARTEST_H 00003 00004 #include <gobj.h> 00005 #include <plotpolar.h> 00006 #include <protractor.h> 00007 00011 class plotpolartest 00012 { 00014 gobjContainer xGraphics; 00015 public: 00016 00018 static void keyboard01(unsigned char key, int x, int y); 00020 static void display01(); 00021 00023 int test01(int argc,char** & argv); 00024 }; 00025 00026 00027 #endif 00028 00029
1.5.8