X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMPRWidget.h;h=11b204eee392e59fb445f7fad29cc3e7c542ffcd;hb=307866a8f06b14018ea832926bdf3d887bfffea8;hp=88cf9a52eaeb4b238847dfd0a76feb811e161ee5;hpb=a51951cc5a3aad3ff13e9b009dd680b6f833960a;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h index 88cf9a5..11b204e 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h @@ -100,7 +100,7 @@ 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];