Salome HOME
Little refactoring of progeny mechanism to avoid if.
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBSliceField.hxx
index 4dbbcd2db9eb8e5dd4b79c167297d884f7a9f601..02df8a548b0d5a4c156843ef5588183fe2623d76 100644 (file)
@@ -41,7 +41,7 @@ namespace ParaMEDMEM
     MEDCalculatorDBSliceField(int iter, int order);
     MEDCalculatorDBSliceField(MEDCouplingFieldDouble *f);
     std::size_t getHeapMemorySizeWithoutChildren() const;
-    std::vector<const BigMemoryObject *> getDirectChildren() const;
+    std::vector<const BigMemoryObject *> getDirectChildrenWithNull() const;
     bool isFetched() const { return _field!=0; }
     void getDtIt(int& it, int& order) const { it=_iteration;  order=_order; }
     void setField(MEDCouplingFieldDouble *f) const;