Salome HOME
Merging from V3_2_6pre4
[modules/smesh.git] / src / DriverMED / DriverMED_R_SMESHDS_Mesh.h
index cb72bccdfb911e3ad16cb42ee7ed462d4c71501b..4bd85556e509acf673d4c45873b95a68702215df 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -27,6 +27,8 @@
 #ifndef _INCLUDE_DRIVERMED_R_SMESHDS_MESH
 #define _INCLUDE_DRIVERMED_R_SMESHDS_MESH
 
+#include "SMESH_DriverMED.hxx"
+
 #include "Driver_SMESHDS_Mesh.h"
 #include "DriverMED_Family.h"
 
@@ -38,7 +40,7 @@ class SMESHDS_SubMesh;
 
 typedef std::pair< std::string, SMDSAbs_ElementType > TNameAndType;
 
-class DriverMED_R_SMESHDS_Mesh: public Driver_SMESHDS_Mesh
+class MESHDRIVERMED_EXPORT DriverMED_R_SMESHDS_Mesh: public Driver_SMESHDS_Mesh
 {
  public:
   virtual Status Perform();
@@ -60,6 +62,9 @@ class DriverMED_R_SMESHDS_Mesh: public Driver_SMESHDS_Mesh
    */
   bool checkFamilyID(DriverMED_FamilyPtr & aFamily, int anID) const;
 
+  bool buildMeshGrille(const MED::PWrapper& theWrapper,
+                      const MED::PMeshInfo& theMeshInfo);
+
  private:
   std::string myMeshName;
   std::map<int, DriverMED_FamilyPtr> myFamilies;