]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasMPR.h
index 717047d2d7cfcbf8ed67e70611f44c3621cb4279..e3bb62a52321705789067f6783c9347bf816024b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasMPR.h,v $
   Language:  C++
-  Date:      $Date: 2009/03/24 10:49:18 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2009/05/04 07:35:45 $
+  Version:   $Revision: 1.5 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -35,10 +35,10 @@ public:
        void ConfigureVTK();
        vtkMPRBaseData  *GetVtkMPRBaseData();
        vtkPlane2DView  *GetVtkPlane2DView();
-       wxVtkMPR3DView  *GetWxvtkmpr3Dview_BB();
+       wxVtkMPR3DView  *GetWxvtkmpr3Dview_BB()throw(char*);
        void                    RefreshView();
 
-       void setMarImage(marImageData *marimageData, double voxelsize);
+       void setImageData(vtkImageData *img, double voxelsize);
 
 private:
         wxMPRWidget* _MPR;