]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index 854a1aed6b273098a150ebcf6ce9656bbce8aa62..f24c8a53ec00455e00513944019915ef795df5e2 100644 (file)
@@ -86,37 +86,30 @@ Version:   $Revision$
 #include "vtkRenderer.h"
 #include "vtkCellArray.h"
 
-
 //Includes std
 #include <iostream>
 
-
 namespace bbtk
 {
-
        class vtkGPortView : public vtkGObjectView
        {
-
        public: 
                //Constructors
                vtkGPortView();
-               ~vtkGPortView();
-               
+               ~vtkGPortView();        
                //Public methods
                virtual void update(int idController,int command);
+                       void getColors(float* rgb);
+
        private:
                //Private Attributes
-
                //Private Methods
-
        protected:
                //Protected Attributes          
                //Protected Methods
                virtual void createVtkObjects();
                virtual void updateColors();
        };
-
-
 }
 // namespace bbtk
 #endif