]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h
no message
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasMPR.h
index dc1dd1b576e60c3641d79361d9c6ab48a68e92e1..fc6d41a38417bb9daccdea12947897539db6bc12 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasMPR.h,v $
   Language:  C++
-  Date:      $Date: 2009/01/15 11:09:39 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/05/14 13:54:31 $
+  Version:   $Revision: 1.6 $
 
   Copyright: (c) 2002, 2003
   License:
 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;
 };