]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdMagicBox.h
index 79f575e3e564a2290e4ba6a48619a4f7a16aa42e..561e37b4f8819497779057eb5c3342ffe3d59fe8 100644 (file)
@@ -71,14 +71,14 @@ namespace bbstd
   AddInputDescriptor
   (new bbtk::AtomicBlackBoxInputDescriptor
    (typeid(MagicBoxDescriptor),
-    "In","Input data",
+    "In","Input data","",
     new bbtk::AtomicBlackBoxTGetFunctor<MagicBox,bbtk::Data,bbtk::Data>
     (&MagicBox::bbGetInputIn),
     new MagicBoxSetFunctor (&MagicBox::bbSetInputIn) ) );
   AddOutputDescriptor
   (new bbtk::AtomicBlackBoxOutputDescriptor
    (typeid(MagicBoxDescriptor),
-    "Out","Output data",
+    "Out","Output data","",
     new bbtk::AtomicBlackBoxTGetFunctor<MagicBox,bbtk::Data,bbtk::Data>
     (&MagicBox::bbGetOutputOut),
     new MagicBoxSetFunctor (&MagicBox::bbSetOutputOut) ) );