pointtest.h
Go to the documentation of this file.00001 #ifndef POINTTEST_H
00002 #define POINTTEST_H
00003
00004
00008 class pointtest
00009 {
00010 public:
00011
00014 static void test01();
00016 static void test02();
00019 static void test03();
00020
00021 };
00022
00023
00024 #endif
00025
00026