Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

geometry/testsuite/testEdgeMesh.hh
Go to the documentation of this file.
00001 
00008 #ifndef testedgemsh_hh
00009 #define testedgemsh_hh
00010 
00011 #include "basics/testcase.hh"
00012 
00013 
00014 namespace test {
00015 
00016   // ********************************************************** EdgeMeshTest **
00017 
00022   class EdgeMeshTest : public TestCase {
00023   public:
00024     virtual ~EdgeMeshTest() {}
00025     virtual void run();
00026 
00028 
00029     void testSquare2_4();
00030     void testSquare2_2H();
00031     void testSquare2_2V();
00033   };
00034 
00035 } // namespace test
00036 
00037 #endif // testedgemsh_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)