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

geometry/testsuite/testQuad2d.hh
Go to the documentation of this file.
00001 /* Tests for the cell Quad2d
00002  */
00003 
00004 #ifndef quad2dTest_hh
00005 #define quad2dTest_hh
00006 
00007 #include "basics/testcase.hh"
00008 
00009 namespace test {
00010 
00011   // ************************************************************ Quad2dTest **
00012 
00016   class Quad2dTest : public TestCase {
00017   public:
00018     virtual ~Quad2dTest() {}
00019     virtual void run();
00020 
00022 
00023 
00024     void localCoordinChildren();
00026   };
00027 
00028 } // namespace test
00029 
00030 #endif // quad2dTest_hh

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