Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / DriverMED / DriverMED_R_SMESHDS_Mesh.h
index cb72bccdfb911e3ad16cb42ee7ed462d4c71501b..ac3d0b1305b8d635cb051c5713d87bdd1b469b26 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 
 // 
 //  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
 //
 //
 //
 //
 //
 //
@@ -60,6 +60,9 @@ class DriverMED_R_SMESHDS_Mesh: public Driver_SMESHDS_Mesh
    */
   bool checkFamilyID(DriverMED_FamilyPtr & aFamily, int anID) const;
 
    */
   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;
  private:
   std::string myMeshName;
   std::map<int, DriverMED_FamilyPtr> myFamilies;