]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_MEDSupport_i.hxx
Salome HOME
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
[modules/smesh.git] / src / SMESH_I / SMESH_MEDSupport_i.hxx
index 1859b8b3e165c3f1f1c75d71d60577c6b917624e..b9a85140e6bb720b749a7ee3b8b6ca7af0a2616d 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "SMESH_MEDSupport_i.hxx"
 #include "SALOME_GenericObj_i.hh"
+class SMESH_subMesh;
 class SMESH_subMesh_i;
 
 class SMESH_I_EXPORT SMESH_MEDSupport_i:
@@ -98,10 +99,9 @@ class SMESH_I_EXPORT SMESH_MEDSupport_i:
         void createSeq() throw(SALOME::SALOME_Exception);
 
   public: //public field
-        const SMESHDS_SubMesh * _subMeshDS;
-        ::SMESH_subMesh_i * _subMesh_i;
+        SMESH_subMesh_i * _subMesh_i;
+        ::SMESH_subMesh * _subMesh;
 
-        SMESHDS_Mesh * _meshDS;
         std::string _name;
         std::string _description;
         bool _isOnAllElements;