Salome HOME
Cleanup swigging.
authorageay <ageay>
Tue, 20 Aug 2013 10:26:19 +0000 (10:26 +0000)
committerageay <ageay>
Tue, 20 Aug 2013 10:26:19 +0000 (10:26 +0000)
src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx
src/INTERP_KERNEL/IntersectorCU3D.txx
src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx
src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx
src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx

index 58afa368ed5be4122b5c65572e89d9937d5728e4..b6ba41b7f0afe05ae812753c26d4fd9ae05f5763 100644 (file)
@@ -66,9 +66,6 @@ namespace INTERP_KERNEL
   /// policies make no such hypothesis. The integer at the end gives the number of tetrahedra
   /// that result from the split.
   typedef enum  { PLANAR_FACE_5 = 5, PLANAR_FACE_6 = 6, GENERAL_24 = 24, GENERAL_48 = 48 } SplittingPolicy;
-
-  class GenericMesh
-  {};
 }
 
 #endif
index 06f3a59a52f180be1347cb85602676b4940ce5d2..a742ea7e48ddd9c313e680ecdcf1a7f1c46361ff 100644 (file)
@@ -40,7 +40,7 @@ namespace INTERP_KERNEL
    */
   //================================================================================
 
-  class _Cartesian3D2UnstructHexMesh : public INTERP_KERNEL::GenericMesh
+  class _Cartesian3D2UnstructHexMesh
   {
   public:
     static const int MY_SPACEDIM=3;
index 746cbf9fc6fab29b14b4450101004e746855fe45..bed5e99005ce98022ec105c74a1552de38765e9f 100644 (file)
@@ -28,7 +28,7 @@
 class vtkUnstructuredGrid;
 
 template<int MESHDIM>
-class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh
+class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh
 {
 public:
   static const int MY_SPACEDIM=3;
index c87396cf8f63cf8bd5dc68a428a35f6698fdeae4..28408cfe2a4fd3ebe72d72fbb4507ece2ae49031 100644 (file)
@@ -29,7 +29,7 @@ namespace ParaMEDMEM
 }
 
 template<int SPACEDIM>
-class MEDCouplingNormalizedCartesianMesh : public INTERP_KERNEL::GenericMesh
+class MEDCouplingNormalizedCartesianMesh
 {
 public:
   static const int MY_SPACEDIM=SPACEDIM;
index 7dfd3126cd61c1a787a54d8d92c101093dd5179a..388227ed83ca2fe17d1b3af2f63b6f60aa76521b 100644 (file)
@@ -29,7 +29,7 @@ namespace ParaMEDMEM
 }
 
 template<int SPACEDIM,int MESHDIM>
-class MEDCouplingNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh
+class MEDCouplingNormalizedUnstructuredMesh
 {
 public:
   static const int MY_SPACEDIM=SPACEDIM;