]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h
#3145 creaContours Bug New Normal - changeWx28to30
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourViewPanel.h
index c8f70333b0200bd5a0c6fb8992bdb39fd3f2278d..ecc5c9721fc4e932c661019c0325cc58301cc756 100644 (file)
@@ -360,39 +360,33 @@ private:
        //------------------------------------------------------------------------------------------------------------
        // Attributtes
        //------------------------------------------------------------------------------------------------------------
-       wxVtkBaseView_SceneManager_sceneManager;
+       wxVtkBaseView_SceneManager              *_sceneManager;
        /*
        * Represents the outer sizer of the ContourViewPanel
        */
-       wxFlexGridSizeroutSizer;
+       wxFlexGridSizer                                 *outSizer;
 
        /*
        * Represents the panel for viewing
        */
-       wxMaracas_N_ViewersWidget theViewPanel;
+       wxMaracas_N_ViewersWidget               *theViewPanel;
        /*
        * Represents the vertical barrange
        */
-       mBarRange _verticalBar;
+       mBarRange                                               *_verticalBar;
 
        /*
        * Represents the horizontal barrange
        */
-       mBarRange * _horizontalBar;
+       mBarRange                                               *_horizontalBar;
+       vtkImageData                                    *showingVID;    
+       std::string                                     _verticalConceptName;
+       std::string                                     _horizontalConceptName;
+       double                                                  last_spacing[3];
+       bool                                                    _useVerticalBar;
+       bool                                                    _useHorizontalBar;
 
-       vtkImageData * showingVID;      
-
-       std::string _verticalConceptName;
-
-       std::string _horizontalConceptName;
-
-       double last_spacing[3];
-
-       bool _useVerticalBar;
-
-       bool _useHorizontalBar;
-       
-       wxEvtHandler * _eventHandler;
+       wxEvtHandler                                    *_eventHandler;
        
 //EED