]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.cxx
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.cxx
index 79026ba73c1b7d1aea6d60a8da0d51441460a497..2466e2c62253a65f2e499cab03759ad4b806e405 100644 (file)
@@ -43,12 +43,12 @@ namespace bbtk
        //=========================================================================
        vtkGObjectView::vtkGObjectView()
        {
-               _baseView=NULL;
-               _borderObjectActor=NULL;
-               _fillObjectActor=NULL;
-               _isStartDragging=false;
+               _baseView                       = NULL;
+               _borderObjectActor      = NULL;
+               _fillObjectActor        = NULL;
+               _isStartDragging        = false;
                
-               _state = NOTHING_HAPPENS;
+               _state                          = NOTHING_HAPPENS;
        }
 
        //=========================================================================
@@ -66,14 +66,14 @@ namespace bbtk
        
        void vtkGObjectView::setModel(GObjectModel *model)
        {
-               _model=model;
+               _model = model;
        }
 
        //=========================================================================
        
        void vtkGObjectView::setBaseView(wxVtkBaseView* baseView)
        {
-               _baseView=baseView;
+               _baseView = baseView;
        }
 
        //=========================================================================