Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef __UNITTETRAINTERSECTIONBARYTEST_HXX__
00025 #define __UNITTETRAINTERSECTIONBARYTEST_HXX__
00026
00027 #include <cppunit/extensions/HelperMacros.h>
00028
00029 #include "InterpKernelTestExport.hxx"
00030
00031 namespace INTERP_TEST
00032 {
00037 class INTERPKERNELTEST_EXPORT UnitTetraIntersectionBaryTest : public CppUnit::TestFixture
00038 {
00039 CPPUNIT_TEST_SUITE( UnitTetraIntersectionBaryTest );
00040 CPPUNIT_TEST( test_UnitTetraIntersectionBary_13 );
00041 CPPUNIT_TEST( test_UnitTetraIntersectionBary_12 );
00042 CPPUNIT_TEST( test_UnitTetraIntersectionBary_1 );
00043 CPPUNIT_TEST( test_UnitTetraIntersectionBary_2 );
00044 CPPUNIT_TEST( test_UnitTetraIntersectionBary_3 );
00045 CPPUNIT_TEST( test_UnitTetraIntersectionBary_4 );
00046 CPPUNIT_TEST( test_UnitTetraIntersectionBary_5 );
00047 CPPUNIT_TEST( test_UnitTetraIntersectionBary_6 );
00048 CPPUNIT_TEST( test_UnitTetraIntersectionBary_7 );
00049 CPPUNIT_TEST( test_UnitTetraIntersectionBary_8 );
00050 CPPUNIT_TEST( test_UnitTetraIntersectionBary_9 );
00051 CPPUNIT_TEST( test_UnitTetraIntersectionBary_10 );
00052 CPPUNIT_TEST( test_UnitTetraIntersectionBary_11 );
00053 CPPUNIT_TEST( test_TetraAffineTransform_reverseApply );
00054 CPPUNIT_TEST( test_barycentric_coords );
00055 CPPUNIT_TEST_SUITE_END();
00056 public:
00057 void test_UnitTetraIntersectionBary_1();
00058 void test_UnitTetraIntersectionBary_2();
00059 void test_UnitTetraIntersectionBary_3();
00060 void test_UnitTetraIntersectionBary_4();
00061 void test_UnitTetraIntersectionBary_5();
00062 void test_UnitTetraIntersectionBary_6();
00063 void test_UnitTetraIntersectionBary_7();
00064 void test_UnitTetraIntersectionBary_8();
00065 void test_UnitTetraIntersectionBary_9();
00066 void test_UnitTetraIntersectionBary_10();
00067 void test_UnitTetraIntersectionBary_11();
00068 void test_UnitTetraIntersectionBary_12();
00069 void test_UnitTetraIntersectionBary_13();
00070 void test_TetraAffineTransform_reverseApply();
00071 void test_barycentric_coords();
00072 };
00073 }
00074
00075 #endif