Salome HOME
Modification of the getHeapMemorySize computation.
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBSliceField.cxx
index 450dc68eff2851daad7d2fc1d091c7c0cf5414fa..b559c079b23fcad132a12914b56c57679ed53cce 100644 (file)
@@ -36,6 +36,16 @@ MEDCalculatorDBSliceField::MEDCalculatorDBSliceField(MEDCouplingFieldDouble *f):
 {
 }
 
+std::size_t MEDCalculatorDBSliceField::getHeapMemorySizeWithoutChildren() const
+{
+  return 0;
+}
+
+std::vector<RefCountObject *> MEDCalculatorDBSliceField::getDirectChildren() const
+{
+  return std::vector<RefCountObject *>();
+}
+
 void MEDCalculatorDBSliceField::setField(MEDCouplingFieldDouble *f) const
 {
   if(_field!=f)