]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h
BUG MACOS
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRWidget.h
index 5f0c7593b62e9feca44ad07a01531d9260cc07fc..c98583a5eda18aa2a2cf7b95515957113b15f8d9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMPRWidget.h,v $
   Language:  C++
-  Date:      $Date: 2009/01/15 11:09:44 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/03/24 10:49:21 $
+  Version:   $Revision: 1.7 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -942,7 +942,7 @@ private:
 class creaMaracasVisu_EXPORT wxMPRWidget : public wxPanel
 {
 public:
-    wxMPRWidget(wxWindow* parent,marImageData *marimageData,double voxelSize);
+    wxMPRWidget(wxWindow* parent,marImageData *marimageData = NULL,double voxelSize = -1);
        ~wxMPRWidget( );
        void ConfigureVTK();
 
@@ -965,6 +965,8 @@ public:
        //returns the 2d view of the specific direction (0|1|2)
        wxVtkMPR2DView *GetWxvtkMPR2Dview(int direction);
 
+       void setMarImage(marImageData *marimageData, double voxelsize);
+
 private:
        double                                  _voxelSize;
        marImageData                    *_marImageData;