]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h
#3093 creaMaracasVisu Feature New Normal - Contour Information in pixels and image...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRWidget.h
index 88cf9a52eaeb4b238847dfd0a76feb811e161ee5..11b204eee392e59fb445f7fad29cc3e7c542ffcd 100644 (file)
 class creaMaracasVisu_EXPORT wxMPRWidget : public wxPanel
 {
 public:
-    wxMPRWidget(wxWindow* parent,marImageData *marimageData = NULL,double voxelSize = -1);
+    wxMPRWidget(wxWindow* parent,marImageData *marimageData = NULL);
        ~wxMPRWidget( );
        void ConfigureVTK();
 
@@ -123,10 +123,9 @@ public:
        //returns the 2d view of the specific direction (0|1|2)
        wxVtkMPR2DView *GetWxvtkMPR2Dview(int direction);
 
-       void setImageData(vtkImageData * img, double voxelsize);
+       void setImageData(vtkImageData * img);
 
 private:
-       double                                  _voxelSize;
        marImageData                    *_marImageData; 
        vtkMPRBaseData                  *_vtkmprbasedata; 
        wxVtkMPR2DView                  *_vtkmpr2Dview[3];