]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxVtkBaseView_SceneManager.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxVtkBaseView_SceneManager.h
index 2dafb31c8e49ccd3457bbfa0e1dec6b848ec40c8..93a2d866cb62a8b492ecc9eee2473cac4c5fec53 100644 (file)
@@ -209,9 +209,9 @@ private:
        
        std::map<std::string, ContourWrap_ViewControl *> * _contours_ViewControl;
        std::map<std::string, ContourWrap_ViewControl *> * _sceneContours_ViewControl;
-       wxVtkBaseView                   *_wxVtk_BaseView;
-       wxEvtHandler                    *_eventHandler;
-       ContourWrap_ViewControl *_lastInteraction;
+       wxVtkBaseView                           *_wxVtk_BaseView;
+       wxEvtHandler                            *_eventHandler;
+       ContourWrap_ViewControl                 *_lastInteraction;
        std::string                             _lastInteractionName;
        std::map<std::string, ContourWrap_ViewControl *> * _workingGroup;
        bool                                    _creatingMULT_ROI;
@@ -219,19 +219,20 @@ private:
        bool                                    _toIncludeAtInteractionGroup;
        bool                                    _waiting;
        bool                                    _creatingROI;
-       int                                             _enventID;
-       int                                             _leftClickCount;
-       int                                             _rigthClickCount;
-       int                                             clickX;
-       int                                             clickY;
+       int                                     _enventID;
+       int                                     _leftClickCount;
+       int                                     _rigthClickCount;
+       int                                     clickX;
+       int                                     clickY;
        char                                    _lastKeyCode;
        long int                                onCharCallBackTimeEnd;
        long int                                onCharNeeded;
        bool                                    _drawingSelectionROI;
-       manualRoiControler              *_controlerSelectionROI;
-       manualViewRoi                   *_viewerSelectionROI;
-       manualBaseModel         *_modelSelectionROI;
+       manualRoiControler                      *_controlerSelectionROI;
+       manualViewRoi                           *_viewerSelectionROI;
+       manualBaseModel                         *_modelSelectionROI;
        double                                  _widthOfContour;
+       double                                  _widthOfControlPoint;
 
        bool _ctrlKey;
        bool _shiftKey;