]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageImageSwitcherBox.h
ImageSwitcherBox default values
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageImageSwitcherBox.h
index 2c58b5d80c2eb0e342d2788d72f81072fd1f52af..dbbf1eabd89e8bae6eab58dfbafb43b296de6791 100644 (file)
@@ -85,7 +85,7 @@ BBTK_CATEGORY("__CategoryBlackBox__");
 BBTK_INPUT(ImageSwitcherBox,Title,"Title prepended to the Widget",std::string,"");
 BBTK_INPUT(ImageSwitcherBox,In1,"First Image",vtkImageData*,"");
 BBTK_INPUT(ImageSwitcherBox,In2,"Second Image",vtkImageData*,"");
-BBTK_INPUT(ImageSwitcherBox,Time,"Time between image change",int,"");
+BBTK_INPUT(ImageSwitcherBox,Time,"Time between image change (default 50)",int,"");
 BBTK_INPUT(ImageSwitcherBox,On,"Defines if the switcher is turned on. ON = True.",bool,"");
 BBTK_OUTPUT(ImageSwitcherBox,Out,"Image to be placed",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ImageSwitcherBox);