]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
#3216 creaContours Feature New Normal - vtk8itk4wx3-mingw64
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index cd7d202a3fa617c5318364f1b54152887fb8717b..d9445631743d9c1169aaa4358c4dd39bfb127a08 100644 (file)
@@ -96,7 +96,6 @@
 #include "vtkMetaImageWriter.h"
 #include "vtkImageData.h"
 #include "vtkTransform.h"
-
 #include "vtkCamera.h"
 #include "vtkImageActor.h"
 #include <vtkImageMapToColors.h>
@@ -209,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();
@@ -235,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 );
@@ -265,7 +255,6 @@ class wxContourMainFrame : public wxPanel {
        void FlipAllContours(int flipDirection);
        void FlipLstOfContours(std::vector<std::string> lstNameThings, int flipDirection);
 
-               
 //====================================================================================================
 
        void showAxis(bool show);
@@ -287,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-----------------------------------------------------------------------------------------------
 
        /**
@@ -386,7 +374,7 @@ private:
        int                      _numberOfVariablesStatistics;
 
        // Contour Image Mask
-       ThresholdImageView              *_viewMaskImage;
+       ThresholdImageView                      *_viewMaskImage;
        ThresholdImageViewPanel         *_viewMaskImagePanel;
 
        // Threshold Image