]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GComplexBoxPortModel.h
Documentation of the wxLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GComplexBoxPortModel.h
index 74703ac773619b281223e97224c431714f690a67..6a30ea444557ad77607603c84d565a9ce2326359 100644 (file)
@@ -30,15 +30,11 @@ Version:   $Revision$
 
 
 
-/**
-*  \file 
-*  \brief Class bbtk::GBlackBox : abstract black-box interface. 
-*/
-
-/**
-* \class bbtk::GBlackBox
-* \brief 
-*/
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __GComplexBoxPortModel_h__
 #define __GComplexBoxPortModel_h__
@@ -65,8 +61,10 @@ namespace bbtk
                GComplexBoxPortModel();
                ~GComplexBoxPortModel();
                
-               //Public methods        
+               //Public methods
+
                virtual void setInicPoint(double& x, double& y, double& z);
+               
                int getComplexPortType();
                void setComplexPortType(int pType);
 
@@ -76,6 +74,8 @@ namespace bbtk
        private:
 
                //Private Attributes
+
+               // According to the constants in GlobalConstants.h, the complex port can be an input or an output
                int _complexPortType;
 
                //Private Methods