]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.cxx
First prototype works. Basic boxes construction, evenct handling and colors represent...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.cxx
index eb2155acba6f9a7341be41c0237f6bb095c5f7fb..c20afadbdf133627b4720f415ebbead9035d549c 100644 (file)
@@ -53,19 +53,9 @@ namespace bbtk
        }
        //=========================================================================
 
-       void vtkGObjectView::update()
+       void vtkGObjectView::update()//virtual
        {
-               if(_model->getState()==NOTHING_HAPPENS)
-               {
-                       _objectActor->GetProperty()->SetColor(0,0,0);
-               }
-
-               if(_model->getState()==HIGHLIGHTED)
-               {
-                       _objectActor->GetProperty()->SetColor(1,0,0);
-               }
-               _baseView->GetRenderer()->Render();
-               //paint();
+               //virtual
        }
 
        //=========================================================================