]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
Feature #1366 Increased the line width of bbEditor connections.
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index d06e066d9d5509b9818ff7465c41d78dd98a4072..618099c8f992cce86f382b6fabc59733c27b4f7d 100644 (file)
@@ -35,10 +35,11 @@ Version:   $Revision$
 *  \brief Class bbtk::vtkGPortView : abstract black-box interface. 
 */
 
-/**
-* \class bbtk::vtkGPortView
-* \brief 
-*/
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __vtkGPortView_h__
 #define __vtkGPortView_h__
@@ -46,8 +47,10 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "vtkGObjectView.h"
+#include "GPortModel.h"
 
 //Includes creaMaracasVisu
+#include "vtkInteractorStyleBaseView.h"
 
 //Includes vtk
 
@@ -69,27 +72,22 @@ namespace bbtk
        {
 
        public: 
-
                //Constructors
                vtkGPortView();
                ~vtkGPortView();
                
-               //Public methods                        
-
+               //Public methods
+               virtual void update(int idController,int command);
        private:
-
                //Private Attributes
-               vtkPoints *_pts;
 
                //Private Methods
 
        protected:
-
-               //Protected Attributes
-               
+               //Protected Attributes          
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update(int command);
+               virtual void updateColors();
        };