00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _TEST_VERT_H_
00010 #define _TEST_VERT_H_
00011 #include "test.h"
00012
00017 class TestVert : public Test
00018 {
00019 private:
00020
00021 TVector lpos1,lpos2,lpos3,lpos4,lpos5,lpos6,lpos7,lpos8;
00022 int total_verts;
00023 float vert_rate;
00024 string msg2;
00025 public:
00026 TestVert(int duration,int type, TScene *s);
00027 ~TestVert();
00028 void SaveResults();
00029 void Run();
00030 void Animate();
00031 };
00032
00033 #endif