]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index f1c36cf6030daf603e07b8d15209c24e1f9a711d..5da5e84019f3711813ea9d6095c7bd3c8c5dcda5 100644 (file)
@@ -75,18 +75,23 @@ namespace bbtk
                int getNumInputPorts();
                int getNumOutputPorts();
                virtual void move(double xx,double yy,double zz);
-               GPortModel* getStartInputPort();
+               GPortModel* getStartOutputPort();
 
+               std::string getBBTKPackage();
+               void setBBTKPackage(std::string obpackage);
 
        private:
 
-               //Attributes
+               //Private Attributes
                std::vector<GPortModel*> _inputs;
                std::vector<GPortModel*> _outputs;
 
                //Private Methods
 
        protected:
+               //Protected Attributes
+               std::string _bbtkPackage;
+
                //Protected methods
                
        };