]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
Move box and refresh position ... ports don't refresh automatically their position...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 34b4c5bfa10d5cff23cfc52365163dae0dd99ccb..05a536a0b23b1ffae4ad7d7a17767d722a7af5f7 100644 (file)
@@ -74,11 +74,12 @@ namespace bbtk
                vtkGBlackBoxView();
                ~vtkGBlackBoxView();
                
-               //Public methods                        
+               //Public methods                
 
        private:
 
                //Private Attributes
+               vtkPoints *_pts;
 
                //Private Methods
 
@@ -88,7 +89,7 @@ namespace bbtk
                
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update();
+               virtual void update(int command);
        };