]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
First prototype works. Basic boxes construction, evenct handling and colors represent...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 87c47142b060230ab4df5b2929e30542fbe500c6..5536e00a5104b1e37b9a6e8a3bd3295c3f3dd893 100644 (file)
@@ -68,8 +68,11 @@ namespace bbtk
                ~GBlackBoxModel();
                
                //Public methods                
+               virtual void setInicPoint(double& x, double& y, double& z);
                void addInputPort(GPortModel *inputport);
                void addOutputPort(GPortModel *outputport);
+               int getNumInputPorts();
+               int getNumOutputPorts();
 
 
        private: