]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
The creation of a panel which enables the user to set in a basic way the values of...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index cffd4b8a6ffc61c9b13a2a32445f235875d24adf..f35cda172d483c4e08a45fe2fae2e09c065fccfb 100644 (file)
@@ -163,7 +163,13 @@ namespace bbtk
        }
 
        //=========================================================================
-       
+
+       void GBlackBoxModel::setValueToInputPort(int pos,std::string value)
+       {
+               _inputs[pos]->setValue(value);
+       }
+
+       //=========================================================================     
 
 
 }  // EO namespace bbtk