]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
Connection with BBTK and capturing black bbox descriptor
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index ed0a3e230c642cb904636ac68f705ddfa31a2698..bdffa0667547ab778e2963200ba7a075d47d65a2 100644 (file)
@@ -51,6 +51,8 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
+#include <bbtkBlackBoxDescriptor.h>
+
 namespace bbtk
 {
 
@@ -72,6 +74,7 @@ namespace bbtk
                void setState(int state);
                int getState();
                virtual bool isPointInside(double x,double y, double z);
+               virtual void updateBlackBox(BlackBoxDescriptor::Pointer descriptor);
 
        private: