Files Classes Functions Hierarchy
00001 #ifndef DELAUNAYSIMPLED2TEST_H 00002 #define DELAUNAYSIMPLED2TEST_H 00003 00004 #include <delaunaysimpleD2.h> 00005 #include <gobj.h> 00006 #include <menusystem.h> 00007 #include <tessD2disp02.h> 00008 00009 00014 class delaunaysimpleD2test 00015 { 00017 gobjContainer xGraphics; 00018 public: 00019 00020 typedef point2<double> pt2; 00021 00023 static bool * help; 00025 static menusystem* messages; 00027 static delaunaysimpleD2<pt2,double,uint>* tessptr; 00028 00030 static tessD2disp02<delaunaysimpleD2<pt2,double,uint>,pt2,uint>* tessD2disp02ptr; 00031 00033 static uint disppoints; 00035 static uint dispmesh; 00037 static uint dispsimplexindex; 00039 static uint dispmulticolor; 00042 static uint dispcircles; 00043 00045 static void keyboard01(unsigned char key, int x, int y); 00047 static void keyboard02(unsigned char key, int x, int y); 00049 static void display01(); 00050 00053 void test01(int argc, char** argv); 00055 void test02(int argc, char** argv); 00056 }; 00057 00058 00059 #endif 00060 00061
1.5.8