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

geometry/testsuite/meshConverter.hh
Go to the documentation of this file.
00001 
00005 #ifndef meshConverter2Dtest_hh
00006 #define meshConverter2Dtest_hh
00007 
00008 #include "basics/testcase.hh"
00009 
00010 namespace test {
00011 
00012   // ****************************************************** ConvertMeshQuads **
00013 
00018   class ConvertMeshQuads : public TestCase {
00019   public:
00020     virtual ~ConvertMeshQuads() {}
00021     virtual void run();
00022 
00024 
00025 
00026     void testEmpty();
00028     void testQuadMesh();
00030     void testTriangleMesh();
00032     void testMixedMesh();
00034   };
00035   
00036 } // namespace test
00037 
00038 #endif // meshConverter2Dtest_hh

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