Salome HOME
Modification of the getHeapMemorySize computation.
[modules/med.git] / src / MEDLoader / SauvWriter.hxx
index 3f935aab871975b53f7221d3c54842422fc6cdbb..7f3b13fdeefe27f7dcf4d7055e31ea34ab6fa318 100644 (file)
@@ -51,7 +51,8 @@ namespace ParaMEDMEM
     void write(const char* fileName);
 
   private:
-    std::size_t getHeapMemorySize() const { return 0; }
+    std::size_t getHeapMemorySizeWithoutChildren() const;
+    std::vector<RefCountObject *> getDirectChildren() const;
     /*!
      * \brief Class representing a GIBI sub-mesh (described in the pile 1 of the SAUVE file).
      * It stands for a named med sub-mesh (family, etc) and contains either cell IDs or other sub-meshes.