]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
#3140 creaContours Feature New Normal - branch vtk7itk4wx3
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 546484a18f94314b3a5c94b529cd5ba7faea1efd..7af20a35e681e629868117157f588d77ccbd8433 100644 (file)
@@ -208,19 +208,13 @@ class wxContourMainFrame : public wxPanel {
        void setConceptValue( std::string name, int value );
        ConceptDataWrap* getLastConceptData();
        bool getIfConceptCheckedAt( std::string name, int pos );
-
        void changeInstant();
-
        int getNamesWrappingSize();
-
        std::string getNameWrapping(int i);
-
        void updateInstantOutlines();
        void updateInstantImageData();
        void updateInstantAxes();
-
        void onChangeDeep(int val);
-
 ///////////////////////////
        void onCopy();
        void onPaste();
@@ -234,11 +228,8 @@ class wxContourMainFrame : public wxPanel {
        void onImport();
        void onTest();
        void openContours( FILE *pFile, FILE *pFileData, bool staticContour );
-
        void RefreshInterface();
-
        vtkImageData* getImageData();
-
        void onSegmentationOneSlice(int isovalue,int sampling,int method);
        void onSegmentationOneSliceITK(wxString distance, wxString sigma, wxString alfa, wxString beta, wxString propagation, wxString iterations, wxString inflation);
        void SegmentationOneSlice( int x, int y, int z, int isovalue, int sampling, int method );
@@ -264,7 +255,6 @@ class wxContourMainFrame : public wxPanel {
        void FlipAllContours(int flipDirection);
        void FlipLstOfContours(std::vector<std::string> lstNameThings, int flipDirection);
 
-               
 //====================================================================================================
 
        void showAxis(bool show);
@@ -286,20 +276,19 @@ class wxContourMainFrame : public wxPanel {
        //
        // @param typeContourGroup - int The operation id (AND,OR,XOR,ALL=3)
        //
-       void onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ,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);
-       void SaveValuesXYZ(std::string directory,std::string namefile, int typeContourGroup);
-       void onChangeInstantInstantPanel(std::string name,int value, int minshow, int maxshow);
-       void onSnakePressed();
-       void saveFileWithContoursAutomatique();
-       void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ );
+       void    onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ,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);
+       void    SaveValuesXYZ(std::string directory,std::string namefile, int typeContourGroup);
+       void    onChangeInstantInstantPanel(std::string name,int value, int minshow, int maxshow);
+       void    onSnakePressed();
+       void    saveFileWithContoursAutomatique();
+       void    ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ );
        wxPanel *getMaskImageViewPanel(wxWindow *parent);
-       void SetContourGroup(int contourGroup);
+       void    SetContourGroup(int contourGroup);
        wxPanel *getThresholdImageViewPanel(wxWindow *parent);
        wxPanel *getColorLayerImageViewPanel(wxWindow *parent);
 
-
 //CMRU 17-08-09-----------------------------------------------------------------------------------------------
 
        /**