Salome HOME
cd4b556464a85dcf2fc1bc7c80208414e87a4b66
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingBasicsTest5.hxx
1 // Copyright (C) 2007-2012  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef __MEDCOUPLINGBASICSTEST5_HXX__
21 #define __MEDCOUPLINGBASICSTEST5_HXX__
22
23 #include "MEDCouplingBasicsTest.hxx"
24
25 #include <map>
26 #include <vector>
27
28 namespace ParaMEDMEM
29 {
30   class DataArrayDouble;
31   class MEDCouplingUMesh;
32   class MEDCouplingFieldDouble;
33   class MEDCouplingMultiFields;
34
35   class MEDCouplingBasicsTest5 : public MEDCouplingBasicsTest
36   {
37     CPPUNIT_TEST_SUITE(MEDCouplingBasicsTest5);
38     CPPUNIT_TEST( testUMeshTessellate2D1 );
39     CPPUNIT_TEST( testIntersect2DMeshesTmp4 );
40     CPPUNIT_TEST( testGetCellIdsCrossingPlane1 );
41     CPPUNIT_TEST( testBuildSlice3D1 );
42     CPPUNIT_TEST( testBuildSlice3DSurf1 );
43     CPPUNIT_TEST( testDataArrayDoubleAdvSetting1 );
44     CPPUNIT_TEST( testDataArrayIntAdvSetting1 );
45     CPPUNIT_TEST( testBuildDescendingConnec2Of3DMesh1 );
46     CPPUNIT_TEST( testAre2DCellsNotCorrectlyOriented1 );
47     CPPUNIT_TEST( testDataArrayAbs1 );
48     CPPUNIT_TEST( testGetValueOn3 );
49     CPPUNIT_TEST( testGetNodeIdsOfCell2 );
50     CPPUNIT_TEST( testRenumberNodesInConn1 );
51     CPPUNIT_TEST( testComputeNeighborsOfCells1 );
52     CPPUNIT_TEST( testCheckButterflyCellsBug1 );
53     CPPUNIT_TEST( testDataArrayIntRange1 );
54     CPPUNIT_TEST( testDataArrayDoubleGetMinMaxPerComponent1 );
55     CPPUNIT_TEST( testDataArrayIntGetHashCode1 );
56     CPPUNIT_TEST( testZipConnectivityPol1 );
57     CPPUNIT_TEST( testConvexEnvelop2D1 );
58     CPPUNIT_TEST( testDataArraySort1 );
59     CPPUNIT_TEST( testPartitionBySpreadZone1 );
60     CPPUNIT_TEST( testGiveCellsWithType1 );
61     CPPUNIT_TEST( testBuildSlice3D2 );
62     CPPUNIT_TEST( testComputeTupleIdsToSelectFromCellIds1 );
63     CPPUNIT_TEST( testComputeSkin1 );
64     CPPUNIT_TEST( testUMeshSetPartOfMySelf2 );
65     CPPUNIT_TEST( testUnPolyze3 );
66     CPPUNIT_TEST( testKrSpatialDiscretization1 );
67     CPPUNIT_TEST( testDuplicateEachTupleNTimes1 );
68     CPPUNIT_TEST_SUITE_END();
69   public:
70     void testUMeshTessellate2D1();
71     void testIntersect2DMeshesTmp4();
72     void testGetCellIdsCrossingPlane1();
73     void testBuildSlice3D1();
74     void testBuildSlice3DSurf1();
75     void testDataArrayDoubleAdvSetting1();
76     void testDataArrayIntAdvSetting1();
77     void testBuildDescendingConnec2Of3DMesh1();
78     void testAre2DCellsNotCorrectlyOriented1();
79     void testDataArrayAbs1();
80     void testGetValueOn3();
81     void testGetNodeIdsOfCell2();
82     void testRenumberNodesInConn1();
83     void testComputeNeighborsOfCells1();
84     void testCheckButterflyCellsBug1();
85     void testDataArrayIntRange1();
86     void testDataArrayDoubleGetMinMaxPerComponent1();
87     void testDataArrayIntGetHashCode1();
88     void testZipConnectivityPol1();
89     void testConvexEnvelop2D1();
90     void testDataArraySort1();
91     void testPartitionBySpreadZone1();
92     void testGiveCellsWithType1();
93     void testBuildSlice3D2();
94     void testComputeTupleIdsToSelectFromCellIds1();
95     void testComputeSkin1();
96     void testUMeshSetPartOfMySelf2();
97     void testUnPolyze3();
98     void testKrSpatialDiscretization1();
99     void testDuplicateEachTupleNTimes1();
100   };
101 }
102
103 #endif