Salome HOME
Compilation SALOME on Windows
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBSliceField.cxx
index e2d4abfe32e5fa34b9908d7fdbbc93de09ed5b6d..4916d01f2d305142455509e93952b6f14a4dc29a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -36,6 +36,16 @@ MEDCalculatorDBSliceField::MEDCalculatorDBSliceField(MEDCouplingFieldDouble *f):
 {
 }
 
+std::size_t MEDCalculatorDBSliceField::getHeapMemorySizeWithoutChildren() const
+{
+  return 0;
+}
+
+std::vector<const BigMemoryObject *> MEDCalculatorDBSliceField::getDirectChildren() const
+{
+  return std::vector<const BigMemoryObject *>();
+}
+
 void MEDCalculatorDBSliceField::setField(MEDCouplingFieldDouble *f) const
 {
   if(_field!=f)