Files Classes Functions Hierarchy
00001 #ifndef POINTSURFACETEST_H 00002 #define POINTSURFACETEST_H 00003 00004 #include <gobj.h> 00005 00009 class pointsurfacetest 00010 { 00011 public: 00012 00014 gobjContainer xGraphics; 00015 00016 pointsurfacetest() 00017 : xGraphics(true) {} 00018 00020 int test01(int argc, char** argv); 00021 00023 int test02(int argc, char** argv); 00024 00026 int test03(int argc, char** argv); 00027 00028 }; 00029 00030 00031 #endif 00032 00033
1.5.8