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

linDG2D/testsuite/edgeInfoTest.hh
Go to the documentation of this file.
00001 #ifndef edgeInfoTest_hh
00002 #define edgeInfoTest_hh
00003 
00004 #include "basics/testcase.hh"
00005 
00006 namespace linDG2D {
00007   class EdgeInfo;
00008 }
00009 
00010 namespace test {
00011 
00015   class DGEdgeInfoTest : public TestCase {
00016   public:
00017     virtual ~DGEdgeInfoTest() {}
00018     virtual void run();
00019 
00021 
00022     void testLength(linDG2D::EdgeInfo* ei);
00023     void testNormal(linDG2D::EdgeInfo* ei);
00024     void testShapeFct(linDG2D::EdgeInfo* ei);
00025     void testVertices(linDG2D::EdgeInfo* ei);
00026     void testMeanHeight(linDG2D::EdgeInfo* ei);
00028   };
00029 
00030 } // namespace test
00031 
00032 #endif // edgeInfoTest_hh

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