]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
Connection with BBTK and capturing black bbox descriptor
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 4c10551ef4e912b0c5fa5214e4cc860ed17a46d2..c318acde91850c1cb83708af8d07e20c42de78d8 100644 (file)
@@ -52,6 +52,7 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
+
 namespace bbtk
 {
 
@@ -64,19 +65,19 @@ namespace bbtk
                GBlackBoxModel();
                ~GBlackBoxModel();
                
-               //Public methods
-               
+               //Public methods                
+               virtual void updateBlackBox(BlackBoxDescriptor::Pointer descriptor);
 
        private:
 
                //Attributes
-
+               BlackBoxDescriptor::Pointer _desc;
        
                //Private Methods
 
        protected:
                //Protected methods
-
+               
        };