]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
v1.1.0 BUG 1394 and 1401
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index 2c854c6eddbf0becabe68aa89e2b4dd59e438aef..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__
@@ -71,25 +72,19 @@ namespace bbtk
        {
 
        public: 
-
                //Constructors
                vtkGPortView();
                ~vtkGPortView();
                
                //Public methods
                virtual void update(int idController,int command);
-
        private:
-
                //Private Attributes
-               
 
                //Private Methods
 
        protected:
-
-               //Protected Attributes
-               
+               //Protected Attributes          
                //Protected Methods
                virtual void createVtkObjects();
                virtual void updateColors();