]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 1a2a54234102d9e0aa9b372e401b44b7026df7b4..80ca4e22caa7914be03f8bf2ceaf041824b4edbf 100644 (file)
 #include "vtkMetaImageWriter.h"
 #include "vtkImageData.h"
 #include "vtkTransform.h"
+
+#include "vtkCamera.h"
+#include "vtkImageActor.h"
+#include <vtkImageMapToColors.h>
+#include <vtkLookupTable.h>
+#include <vtkCommand.h>
+
 //#include "vtkMetaImageReader.h"
 
 //------------------------------------------------------------------------------------------------------------
 //------------------------------------------------------------------------------------------------------------
 // Class definition
 //------------------------------------------------------------------------------------------------------------
-
+class interfMainPanel;
 class wxContourMainFrame : public wxPanel {
 
        public:
@@ -145,6 +152,8 @@ class wxContourMainFrame : public wxPanel {
 
        void setInstantChooserPanel(  wxInstantChooserPanel * theInstantChooserPanel );
 
+
+
 //     void setButtonsBar(  wxContour_ButtonsBar * theButtonsBar );
 //     void setGrid(  wxContour_Grid * theGridPanel );
 //     void setDrawToolsPanel(  wxContour_DrawToolsPanel * theDrawToolsPanel );
@@ -170,6 +179,7 @@ class wxContourMainFrame : public wxPanel {
        //------------------------------------------------------------------------------------------------------------
        static wxContourMainFrame* getInstance(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,std::vector<vtkImageData*> images, long style  = wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER, std::string datadir="C:/Creatis/creaContoursBin/RelWithDebInfo/");
        static wxContourMainFrame* getInstance();
+       static void resetInstance();
        //------------------------------------------------------------------------------------------------------------
        //  Other functional methods
        //------------------------------------------------------------------------------------------------------------
@@ -241,10 +251,13 @@ class wxContourMainFrame : public wxPanel {
        void referenceLine();
        void refLineHide();
        void refLineShow();
+       void refLineChangeWidth(int width);
 
        //AD
        void onMirror();
 
+       void onThreshold(int minVal, int maxVal);
+
        void showAxis(bool show);
 
        void onRigidPressed();
@@ -292,10 +305,15 @@ private:
        //------------------------------------------------------------------------------------------------------------
        // Attributtes
        //------------------------------------------------------------------------------------------------------------
+       
        static wxContourMainFrame* instance;
 
        KernelManagerContour* kernelManager;
 
+       interfMainPanel* _pannew;
+
+       PerformingOperation* _performingOperation;
+
        std::string _datadir;
 
        wxContourViewPanel* _theViewPanel;
@@ -366,10 +384,6 @@ private:
        int inundo;
        std::string     stundoredo;
 
-       
-
-       //wxContourViewPanel* _viewPan;
-       PerformingOperation* _performingOperation;
 
        static char COPY;