]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
Connection with BBTK and capturing black bbox descriptor
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index aa3675e35b46b8d5ca7e56c936af2c1092fc49ef..4fc3e6840e725f4546f401060e64cb9419f4da6c 100644 (file)
@@ -42,9 +42,7 @@ namespace bbtk
 
        //=========================================================================
        GBlackBoxModel::GBlackBoxModel()
-       {
-
-               
+       {               
        }
 
        //=========================================================================
@@ -53,7 +51,13 @@ namespace bbtk
        }
        //=========================================================================
 
+       void GBlackBoxModel::updateBlackBox(BlackBoxDescriptor::Pointer descriptor)//virtual
+       {
+               _desc=descriptor;
+               std::cout<<"RaC Box author:"<<_desc->GetAuthor()<<std::endl;
+       }
 
+       //=========================================================================
 }  // EO namespace bbtk
 
 // EOF