]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/Contour/ContourCrownWidget.h
no message
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / Contour / ContourCrownWidget.h
index 635d916508a4a5f7aa3b6be6995cca46e37fd7f7..e09ae229136c338c5eba5289c0efb7ddea7f0f39 100644 (file)
   class creaMaracasVisu_EXPORT wxMaracasCoutourTool : public wxPanel
   {
   public:
-       wxMaracasCoutourTool( wxWindow *parent, wxVtkBaseView *wxvtkbaseview, vtkImageData* imagedata);
+       wxMaracasCoutourTool( wxWindow *parent);
     ~wxMaracasCoutourTool();
        void OnContourA(wxCommandEvent &event);   
        void OnContourB(wxCommandEvent &event);   
        void OnContourAB(wxCommandEvent &event);   
-    void ConfigureVTK();
+
+         void Init(wxVtkBaseView *wxvtkbaseview, vtkImageData* imagedata);
+         void ConfigureVTK();
 
        void GetValuesInsideCrown(      std::vector<double> *pLstValue,
                                                                std::vector<double> *pLstValuePosX,