]> Creatis software - clitk.git/blobdiff - common/clitkMemoryUsage.h
With ITKv5, change VectorResample and VectorCast Image Filter to Resample and Cast...
[clitk.git] / common / clitkMemoryUsage.h
index d514aff42e1f4f81e0f3e2b617985bebb5682fd4..92dd22a4f7aa48752d54cd0b49a227e412d74dcc 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-  ======================================================================-====*/
+  ===========================================================================**/
 
 #ifndef CLITKMEMORYUSAGE_H
 #define CLITKMEMORYUSAGE_H
@@ -31,6 +31,7 @@
 namespace clitk {
 
   void PrintMemory(bool verbose=true, std::string s="") ;
+  double GetMemoryUsageInMb() ;
 
 }  // end namespace
 //--------------------------------------------------------------------