X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageImageSwitcherBox.h;fp=PackRecalage%2Fsrc%2FbbPackRecalageImageSwitcherBox.h;h=dbbf1eabd89e8bae6eab58dfbafb43b296de6791;hp=2c58b5d80c2eb0e342d2788d72f81072fd1f52af;hb=33d81dfd1f8005314ce0a656c1d9819121af310d;hpb=7051738fb1c92724bd6d15907edc4d517527a3b2 diff --git a/PackRecalage/src/bbPackRecalageImageSwitcherBox.h b/PackRecalage/src/bbPackRecalageImageSwitcherBox.h index 2c58b5d..dbbf1ea 100644 --- a/PackRecalage/src/bbPackRecalageImageSwitcherBox.h +++ b/PackRecalage/src/bbPackRecalageImageSwitcherBox.h @@ -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);