Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/visu.git] / src / CONVERTOR / VISU_MedConvertor.hxx
index 0ce3377aa8bda5b49b3ef9a46e3ea43c6ef4dba2..76010e8f784b2b968220cc4b7140e18aba6ac15a 100644 (file)
@@ -32,6 +32,11 @@ namespace VISU
         vtkIdType theDim,
         const MED::PNodeInfo& theNodeInfo);
 
+    void
+    Init(vtkIdType theNbPoints,
+        vtkIdType theDim,
+        const MED::PGrilleInfo& theGrilleInfo);
+
     virtual
     std::string 
     GetNodeName(vtkIdType theObjID) const;
@@ -125,6 +130,9 @@ namespace VISU
     void
     Init(const MED::PElemInfo& theElemInfo);
 
+    void
+    Init(const MED::PGrilleInfo& theGrilleInfo);
+
     virtual 
     vtkIdType 
     GetElemObjID(vtkIdType theID) const;