Salome HOME
a test.
[tools/medcoupling.git] / src / MEDLoader / MEDFileMesh.hxx
index 227f2beab48b0698c5d4356d65010af58cb1d2fa..ca36d3f870ea5a29849b0d894a46ca7927de6a1a 100644 (file)
@@ -345,6 +345,8 @@ namespace ParaMEDMEM
     void deepCpyAttributes();
     void loadStrMeshFromFile(MEDFileStrMeshL2 *strm, med_idt fid, const std::string& mName, int dt, int it, MEDFileMeshReadSelector *mrs);
     void writeStructuredLL(med_idt fid, const std::string& maa) const;
+    void buildImplicitPart() const;
+    void buildMinusOneImplicitPartIfNeeded() const;
     static med_geometry_type GetGeoTypeFromMeshDim(int meshDim);
   private:
     static void LoadStrMeshDAFromFile(med_idt fid, int meshDim, int dt, int it, const std::string& mName, MEDFileMeshReadSelector *mrs,