]> 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 b66f52952d5a2facc29a46b31d0596a099acafa8..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,6 +47,7 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "vtkGObjectView.h"
+#include "GPortModel.h"
 
 //Includes creaMaracasVisu
 #include "vtkInteractorStyleBaseView.h"
@@ -70,25 +72,19 @@ namespace bbtk
        {
 
        public: 
-
                //Constructors
                vtkGPortView();
                ~vtkGPortView();
                
                //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 updateColors();