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

app-pkauf/testsuite/PHC4_test.hh
Go to the documentation of this file.
00001 #ifndef PHC4_TEST_HH_
00002 #define PHC4_TEST_HH_
00003 
00011 #include "basics/testcase.hh"
00012 #include "hp2D/spacePreBuilder.hh"
00013 #include "app-pkauf/PHC4.hh"
00014 
00015 namespace test {
00016 
00017   // ************************************************************* PHC4_Test **
00018 
00019   class PHC4_Test : public TestCase {
00020   public:
00021     PHC4_Test() {}
00022     void refineSpace(hp2D::hpFull& prebuild, hp2D::APrioriRefinementNew& refine);
00023     void refinePolynomial(hp2D::hpFull& prebuild);
00024     virtual ~PHC4_Test() {}
00025     virtual void run();
00026   };
00027 
00028 } // namespace test
00029 
00030 #endif /*PHC4_TEST_HH_*/
00031 

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