]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxDescriptor.cxx
#3498 Export to Python code for 3DSlicer
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxDescriptor.cxx
index b60f6bb9dda4fc82afb4635d8d4540e3ae47c037..5d33daaedf3b0d6e5ec50108bcde6781d47c3c6f 100644 (file)
@@ -52,7 +52,7 @@ namespace bbtk
        bbtk::AtomicBlackBoxInputDescriptor
        (typeid(AtomicBlackBoxDescriptor),
        "BoxProcessMode",
-       "Sets the processing mode of the box (Pipeline | Always | Reactive | Manual)",
+       "(Default Pipeline) -  Sets the processing mode of the box (Pipeline | Always | Reactive | Manual)",
        "",
        new bbtk::AtomicBlackBoxTGetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbGetInputBoxProcessMode), 
        new bbtk::AtomicBlackBoxTSetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbSetInputBoxProcessMode) ) );
@@ -86,4 +86,6 @@ namespace bbtk
   {  
     bbtkDDebugMessage("object",3,"==> ~AtomicBlackBoxDescriptor()"<<std::endl);
   }
+
+       
 }// namespace bbtk