]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGConnectorView.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGConnectorView.h
index 30a58c615bd51dca1db36ff2f26f26be22740666..7a86b3decc2da763d4ae84e9dd952dbc1ab41eb3 100644 (file)
@@ -80,37 +80,25 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
-
 namespace bbtk
 {
-
        class vtkGConnectorView : public vtkGObjectView
        {
-
        public: 
-
                //Constructors
                vtkGConnectorView();
                ~vtkGConnectorView();
-               
                //Public methods
                void setManualContourView(manualViewContour* viewContour);
                manualViewContour* getManualContourView();
                void updateStartEndPoints();
-
        private:
-
                //Attributes
                manualViewContour* manViewContour;
-
                //Private Methods
-
        protected:
                //Protected methods
-               
        };
-
-
 }
 // namespace bbtk
 #endif