]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.cxx
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasMPR.cxx
index 756395ae7a0bd3a4a0c99bc8870d388b40205dfd..2fd86e88df517a8bc03366bf21076e7c074958a4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasMPR.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/31 16:32:10 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/03/24 10:49:18 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -63,6 +63,10 @@ void wxMaracasMPR::RefreshView()
        _MPR->RefreshView();
 }
 
+void wxMaracasMPR::setMarImage(marImageData *marimageData, double voxelsize){
+       _MPR->setMarImage(marimageData, voxelsize);
+
+}
 
 // EOF - wxMaracasMPR.cxx