]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h
Bug #1373
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasMPR.h
index 68d6f4de25e8165f40a368e7f660f5182c5de17b..fc6d41a38417bb9daccdea12947897539db6bc12 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasMPR.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/24 10:47:10 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/05/14 13:54:31 $
+  Version:   $Revision: 1.6 $
 
   Copyright: (c) 2002, 2003
   License:
 #include "widgets/wxMPRWidget.h"
 
 
-class  MARACASVISULIB_EXPORTS  wxMaracasMPR : public wxPanel
+class  creaMaracasVisu_EXPORT  wxMaracasMPR : public wxPanel
 {
 public:
-    wxMaracasMPR( wxWindow* parent, marImageData* marimagedata,double voxelSize);
+    wxMaracasMPR( wxWindow* parent, marImageData* marimagedata=NULL,double voxelSize=-1);
     ~wxMaracasMPR( );
        void ConfigureVTK();
        vtkMPRBaseData  *GetVtkMPRBaseData();
        vtkPlane2DView  *GetVtkPlane2DView();
-       wxVtkMPR3DView  *GetWxvtkmpr3Dview_BB();
+       wxVtkMPR3DView  *GetWxvtkmpr3Dview_BB()throw(char*);
        void                    RefreshView();
 
+       void setImageData(vtkImageData *img, double voxelsize);
+
 private:
         wxMPRWidget* _MPR;
 };