]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 8cec369f7055ca11ac46faf8660d5045cb817603..cea3b745dc810773fd831809b637304505654aa4 100644 (file)
@@ -1,7 +1,10 @@
+#ifndef __interfMainPanel_h_INCLUDED_H__
+#define __interfMainPanel_h_INCLUDED_H__
+
 #pragma once
 
 #include <wx/wx.h>
-#include "wxContourEventHandler.h"
+//#include "wxContourEventHandler.h"
 
 #include "interfNewContourMenu.h"
 #include "interfIOMenu.h"
@@ -9,7 +12,11 @@
 #include "interfDeleteMenu.h"
 #include "interfToolsMenu.h"
 #include "interfToolsSpreadPanel.h"
+#include "interfSegmentationMenu.h"
 #include "interfMenuBar.h"
+#include "interfToolsPanels.h"
+#include "interfSegmentationPanels.h"
+#include "interfImageToolsMenu.h"
 
 #include <wx/treebook.h>
 #include <wx/sizer.h>
@@ -18,6 +25,8 @@
 #include <wx/splitter.h>
 #include <wx/statline.h>
 
+#include "vtkImageData.h"
+
 class interfMainPanel : public wxPanel {
 
 public:
@@ -28,16 +37,19 @@ public:
        /**     This method should be called the first time by the parent class
        **      in creates all the panels the first time
        **/
-       static interfMainPanel* getInstance(wxWindow* parent, wxEvtHandler * evtHandler, std::string datadir);
+       static interfMainPanel* getInstance(wxWindow* parent, std::string datadir, wxEvtHandler * evtHandler=NULL );
        /**     This method should be called the first time by the parent class
        **      in creates all the panels the first time
        **/
-       static interfMainPanel* getInstance(wxWindow* parent, wxEvtHandler * evtHandler);
+       static interfMainPanel* getInstance(wxWindow* parent, wxEvtHandler * evtHandler=NULL);
        /**
        **      Gets the instance of the class
        **/
        static interfMainPanel* getInstance();
-
+       /**
+       **      Ressts the instance of the class
+       **/
+       static void resetInstance();
 
        /**
        **      Adds a new checkbox to the scrolledwindow using the checkboxsizer
@@ -66,11 +78,125 @@ public:
        **      Shows the panel in the 
        **/
        void showPanel(wxWindow* panel);
+
+       /**
+       **      Hides the panel in the 
+       **/
+       void hidePanel( );
+
        /**
        **      Gets the Information panel
        **/
        wxPanel* getInfoPanel();
        
+       /**
+       **      This methods connect the event in the class interfNewContourMenu with the world of the appli
+       **/
+       void onCreateContourSpline( );
+       void onCreateContourRectangle( );
+       void onCreateContourCircle( );
+       void onCreateContourLine( );    
+       // RaC 09-09 ---------------------
+       void onCreateContourPoints( );
+       // RaC 09-09 ---------------------
+
+       // RaC 10-09 ---------------------
+       void onCreateContourPolygon( );
+       // RaC 10-09 ---------------------
+       
+       void onCreateContoursBullEye(wxPanel* panBull);
+       /////////////////////////////////
+       void onDeleteContour();
+       void onDeleteContoursActSlice();
+       void onDeleteAllContours();
+       /////////////////////////
+       void onCopy();
+       void onPaste();
+       void onUndo();
+       void onRedo();
+
+       //////////////////////////
+       void onLoad();
+       void onSave();
+       void onImport();
+       void onTest();
+/////////////////////////////7
+       void RefreshInterface();
+       vtkImageData* getImageData();
+       void getImageRange(double[2]);
+       void onSegmentationOneSlice(int isovalue,int sampling,int method);
+       void onSegmentationOneSliceITK(wxString distance, wxString sigma, wxString alfa, wxString beta, wxString propagation, wxString iterations, wxString inflation);
+       int GetImageDataSizeZ();
+       void onSegmentationAllSlice(int minZ,int maxZ,int isovalue,int sampling,int method);
+       void onMirrorPressed();
+       void onMirror();
+       void onMirrorAxisShow();
+       void onMirrorAxisHide();
+       void onMirrorChangeWidth(int width);
+       void onThresholdPressed();
+       void onColorLayerImagePressed();
+       void setLabelSegmentationPanelVTK(wxString tmpString);
+       void onSegmentationPressed();
+       void onSegmentationPressedITK();
+       void onRigidPressed();
+       void onWidthOfContour(double width);
+       int getColorWindow();
+       int getWindowLevel();
+       void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel);
+       void onInterpolation(bool interpolate);
+       void onSpreadPressed();
+       void onConfigurationPressed();
+       void resetAppend();
+       void onSpreadAdd();
+       void appendStringSpread(std::string val);
+       void onSpreadGo(int type);
+       void setStringSpread(std::string stringtemp);
+       void onInformationPressed();
+       void getInstantVector(std::vector<int>& tempVector);
+       std::vector<std::string> getOutlinesName(int slide);
+       void onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ,int grayRangeMin,int grayRangeMax);
+       void setStringInfoPanel(wxString tmpString);    
+       void setRowLabelInfoPanel(int z, wxString tempString);
+       int getNumberColsInformationPanel();
+       void appendColsInformationPanel(int _numberOfVariablesStatistics);
+       void setCellValueInfoPanel(int z,int tmpIntA,wxString tempString);
+       void setColLableInfoPanel(int tmpIntB ,wxString tmpTitleString);
+       void SetScalarRange(int grayRangeMin,int grayRangeMax);
+       void onSaveResults(std::string directory,std::string namefile, std::string filename,
+               int typeContourGroup, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics);
+       wxString getCellValue(int j,int i);
+       void onSnakePressed();
+       virtual bool Show(bool show);
+       void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ);
+       void SetContourGroup(int contourGroup);
+
+//CMRU 29-08-09-----------------------------------------------------------------------------------------------
+       
+       /**
+       * Associates the current selected contour with a label
+       */
+       void onPrintLabel();
+       
+       
+       /**
+       * Calculates the pixel value in milimeters according to the current contour if the selected contour is a Line Contour
+       * @param size Size in milimeters of the selected contour
+       * @param unit Measurement unit
+       */
+       void onCalibration(wxString size, int unit);
+       
+       /**
+       * Calculate the pixel value in milimeters
+       * @param realSize Size of the contour in milimeters
+       * @param sizePixel Size of the contour in pixels
+       */
+       double onePixelSize (double realSize,double sizePixel);
+       
+       /**
+       * Returns the value of a pixel in milimeters
+       */
+       double GetPixelValue();
+//------------------------------------------------------------------------------------------------------------
 
 private:
        
@@ -78,17 +204,38 @@ private:
        static interfMainPanel* interfmainpanel;
 
 
+       static wxFrame* _newframe;
        wxPanel* menubar;
        wxPanel* menubar1;
        wxPanel* menubar2;
        wxPanel* menubar3;
        wxPanel* menubar4;
        wxPanel* menubar5;
+       wxPanel* menubar6;
 
        wxWindow* currentWindow;
        wxSplitterWindow* splitterwindow;
 
        wxPanel* infoPanel;
+       wxPanel* infoPanelMask;
+
+//CMRU 17-08-09 ------------------------------------------------------------------
+       
+       /**
+       * Panel with the calibration options
+       */
+       wxPanel* infoPanelCalibration;
+       
+       /**
+       * Panel who contains the calibration panel and the information panel mask
+       */
+       wxPanel* panelAux;
+
+       /**
+       * Value of a pixel in milimeters
+       */
+       double _pixelValue; 
+//--------------------------------------------------------------------------------
 
        wxStaticText* statictext;
        wxStaticText* statictext1;
@@ -96,6 +243,7 @@ private:
        wxStaticText* statictext3;
        wxStaticText* statictext4;
        wxStaticText* statictext5;
+       wxStaticText* statictext6;
 
        std::string PANEL;
        std::string PANEL1;
@@ -103,7 +251,28 @@ private:
        std::string PANEL3;
        std::string PANEL4;
        std::string PANEL5;
+       std::string PANEL6;
+
+       wxPanel                         *segmentPanel;
+       wxPanel                         *segmentationPanel;
+       wxPanel                         *segmentPanelITK;
+       wxPanel                         *configPanel;
+       wxPanel                         *spreadPanel;
+       interfSpreadPanel       *panelSpread;
+       wxWindow                        *infoWin;
+       wxPanel                         *informationPanel;
+       
+       wxPanel                         *testPanel;
+       interfTestPanel         *panelTest;
+
+       wxPanel                         *mirrorPanel;
+       interfMirrorPanel       *panelMirror;   
 
+       wxPanel                         *thresholdPanel;
+       wxPanel                         *colorImageLayerPanel;
+       
+       bool axisshown;
+       bool refLineShown;
        
        //This attribute contains the panel in charge of adding and removing the corresponding checkboxes in
        //list of contours
@@ -132,5 +301,7 @@ private:
        wxPanel* setMenuTextSizer(wxWindow* parent, wxPanel* panel, wxStaticText* text);
 
        
-       
 };
+
+#endif
+