Files Classes Functions Hierarchy
00001 #ifndef SIMPLEXD1TESSAPP01_H 00002 #define SIMPLEXD1TESSAPP01_H 00003 00004 #include <gobj.h> 00005 #include <menusystem.h> 00006 #include <simplexD1tessindexed.h> 00007 #include <tessD1disp01.h> 00008 00012 class simplexD1tessapp01 00013 { 00015 gobjContainer xGraphics; 00016 public: 00017 00019 static string doc[]; 00020 00021 typedef point2<double> pt2; 00023 static bool * help; 00025 static menusystem* messages; 00026 00027 typedef simplexD1tessindexed<pt2,double,uint> tesstype; 00028 typedef tessD1disp01<tesstype,pt2,uint> tessdisptype; 00029 00031 static tesstype* tess; 00032 00033 static tessdisptype *tessdisp; 00034 00036 static void keyboard(unsigned char key, int x, int y); 00037 00039 static uint displaypoints; 00041 static uint displaylines; 00043 static uint displaylinesmulticolor; 00045 static uint displaysimplexindexes; 00046 00048 static void display(); 00049 00051 simplexD1tessapp01(int argc, char** argv); 00052 00054 void mainmenu(); 00055 00057 void createdisplay(); 00058 00060 void messagemenu(); 00061 00062 }; 00063 00064 00065 #endif 00066
1.5.8