vrcore  0.45
visuReal Messkern
 All Classes Files Functions Variables
TestCombinationConvex.h
1 #pragma once
2 
6  public vr::test::TestCase
7 {
8 private:
9  int testConvexity();
10 
11 public:
12 
13  virtual void runAllTests ();
14 
15  TestCombinationConvex (std::string str);
16 
17  ~TestCombinationConvex(void);
18 };
19 
Definition: TestCombinationConvex.h:5