]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
#3094 creaContours Bug New Normal - Contour information in pixels and image units...
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index ba7da1b5182f88f71d8e9e09cecc809437dee3cd..934238ed23ac3235c499b8719bd627483edc053c 100644 (file)
@@ -379,16 +379,16 @@ private:
 
        wxAuiManager                m_mgr;
        wxAuiNotebook               *notebook;
-       long                        m_notebook_style;
-       long                        m_notebook_theme;
-       int                         _numberOfVariablesStatistics;
+       long                    m_notebook_style;
+       long                    m_notebook_theme;
+       int                      _numberOfVariablesStatistics;
 
        // Contour Image Mask
        ThresholdImageView              *_viewMaskImage;
        ThresholdImageViewPanel         *_viewMaskImagePanel;
 
        // Threshold Image
-       ThresholdImageView              *_viewThresholdImage;
+       ThresholdImageView                      *_viewThresholdImage;
        ThresholdImageViewPanel         *_viewThresholdImagePanel;
 
        // Color Layer Image
@@ -397,9 +397,9 @@ private:
        bool                        _actorPresent;
 
     // temporary variables readding .roi file
-    int             _tmpReadFileImageDim[3];
-       double          _tmpReadFileImageSpac[3];
-    int             _tmpReadFileTypeOfTransformation;
+    int                                _tmpReadFileImageDim[3];
+       double                                  _tmpReadFileImageSpac[3];
+    int                                _tmpReadFileTypeOfTransformation;
     void readDimSpc(FILE *pFile, bool interactiveOption);