]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 4bd437d523b48a050c53e66b4bcd9268d0474318..538ef7eb666a6da30c33f10b562d472d41c9d48b 100644 (file)
@@ -89,49 +89,34 @@ Version:   $Revision$
 #include "vtkTextActor3D.h"
 #include "vtkTextProperty.h"
 
-
 //Includes std
 #include <iostream>
 
-
 namespace bbtk
 {
-
        class vtkGBlackBoxView : public vtkGBoxView
        {
-
        public:
-
                //Constructors
                vtkGBlackBoxView();
                ~vtkGBlackBoxView();
-
                //Public methods
-
        private:
-
                //Private Attributes
                vtkTextActor3D          *_boxTextActor;
-
                //Private Methods
                void updatePositionTextActor(double xInic, double yInic, double zInic);
-
        protected:
-
                //Protected Attributes
-
                //Protected Methods
                virtual void addVtkActors();
                virtual void removeVtkActors();
                virtual void createVtkObjects();
-
                virtual void update(int idController,int command);
                virtual void updateColors();
                virtual void update_X_Fin();
-
+       protected:
        };
-
-
 }
 // namespace bbtk
 #endif