From: ageay Date: Tue, 20 Aug 2013 10:26:19 +0000 (+0000) Subject: Cleanup swigging. X-Git-Tag: V7_3_1b1~194 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0bf8210419d5d229f93634b480911a0b79bd5374;p=tools%2Fmedcoupling.git Cleanup swigging. --- diff --git a/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx b/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx index 58afa368e..b6ba41b7f 100644 --- a/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx +++ b/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx @@ -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 diff --git a/src/INTERP_KERNEL/IntersectorCU3D.txx b/src/INTERP_KERNEL/IntersectorCU3D.txx index 06f3a59a5..a742ea7e4 100644 --- a/src/INTERP_KERNEL/IntersectorCU3D.txx +++ b/src/INTERP_KERNEL/IntersectorCU3D.txx @@ -40,7 +40,7 @@ namespace INTERP_KERNEL */ //================================================================================ - class _Cartesian3D2UnstructHexMesh : public INTERP_KERNEL::GenericMesh + class _Cartesian3D2UnstructHexMesh { public: static const int MY_SPACEDIM=3; diff --git a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx index 746cbf9fc..bed5e9900 100644 --- a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx +++ b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx @@ -28,7 +28,7 @@ class vtkUnstructuredGrid; template -class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh +class INTERPKERNEL_EXPORT VTKNormalizedUnstructuredMesh { public: static const int MY_SPACEDIM=3; diff --git a/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx b/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx index c87396cf8..28408cfe2 100644 --- a/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx +++ b/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx @@ -29,7 +29,7 @@ namespace ParaMEDMEM } template -class MEDCouplingNormalizedCartesianMesh : public INTERP_KERNEL::GenericMesh +class MEDCouplingNormalizedCartesianMesh { public: static const int MY_SPACEDIM=SPACEDIM; diff --git a/src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx b/src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx index 7dfd3126c..388227ed8 100644 --- a/src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx +++ b/src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx @@ -29,7 +29,7 @@ namespace ParaMEDMEM } template -class MEDCouplingNormalizedUnstructuredMesh : public INTERP_KERNEL::GenericMesh +class MEDCouplingNormalizedUnstructuredMesh { public: static const int MY_SPACEDIM=SPACEDIM;