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

geometry/testsuite/meshImp2DTest.hh
Go to the documentation of this file.
00001 // testsuite for 2 dimensional Meshimport routines
00002 
00003 #ifndef MeshImp2DTest_hh
00004 #define MeshImp2DTest_hh
00005 
00006 #include <iostream>
00007 #include <cstdlib>
00008 #include "space/space.hh"
00009 #include "basics/testcase.hh"
00010 #include "basics/exceptions.hh"
00011 
00012 namespace test {
00013 
00014   class MeshImp2DTest : public TestCase {
00015   public:
00016     MeshImp2DTest() {}
00017     virtual ~MeshImp2DTest() {}
00018     virtual void run();
00019   };
00020 
00021 } // namespace test
00022 
00023 # endif // MeshImp2DTest_hh
00024 

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