]> 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 606221d4bf3a89657859e083174d6fa7118531a9..934238ed23ac3235c499b8719bd627483edc053c 100644 (file)
@@ -379,12 +379,12 @@ 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;
+       ThresholdImageView              *_viewMaskImage;
        ThresholdImageViewPanel         *_viewMaskImagePanel;
 
        // Threshold Image
@@ -392,15 +392,14 @@ private:
        ThresholdImageViewPanel         *_viewThresholdImagePanel;
 
        // Color Layer Image
-       ColorLayerImageView                     *_viewColorLayerImage;
        ColorLayerImageViewPanel        *_viewColorLayerImagePanel;
        std::vector<vtkImageData*>  _images;
        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);