]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
Basic functionnality adition showing the black box input ports
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index bcfd60d3b3b2a7429db36b6d7e9175eccdc73316..4ab7fbf4647d3f12b99a463d013e7534bd7bc6af 100644 (file)
@@ -106,6 +106,20 @@ namespace bbtk
 
        //=========================================================================
 
+       void GObjectModel::setGObjectType(int gObjectType)
+       {
+               _gObjectType = gObjectType;
+       }
+
+       //=========================================================================
+
+       int GObjectModel::getGObjectType()
+       {
+               return _gObjectType;
+       }
+
+       //=========================================================================
+
        bool GObjectModel::isPointInside(double x,double y, double z)//virtual
        {
                if(x>=_xInic && x<=_xFin && y<=_yInic && y>=_yFin)
@@ -121,6 +135,10 @@ namespace bbtk
        }
 
        //=========================================================================
+
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF