# ---------------------------------- # - BBTKGEditor v 1.6 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/C23/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs # ---------------------------------- include std include itkvtk include wx include std define CompareImagesWidget_base_interface_3Dp PackRecalage author "Author ??" description "Description ??" category "" new wx:Slider Box01 set Box01.In "-12000" set Box01.Label "true" set Box01.Max "12000" set Box01.Min "-12000" set Box01.ReactiveOnTrack "false" set Box01.Title "Convolution Factor" new wx:CheckBox Box02 set Box02.In "False" new std:MultipleInputs Box03 new wx:LayoutSplit Box05 set Box05.Orientation "H" set Box05.Proportion "10" new std:Div Box06 set Box06.In2 "100" new std:StringSelect Box07 set Box07.In0 "80" set Box07.In1 "4300" new std:StringSelect Box08 set Box08.In0 "380" set Box08.In1 "10800" new std:ConcatStrings Box09 set Box09.In2 " " connect Box02.BoxChange Box03.In3 connect Box01.BoxChange Box03.In2 connect Box02.Widget Box05.Widget2 connect Box01.Widget Box05.Widget1 connect Box01.Out Box06.In1 connect Box02.Out Box07.In connect Box07.Out Box09.In1 connect Box08.Out Box09.In3 # Complex input ports # Complex output ports output BoxChange Box03.BoxChange " " output ConvolutionOnOff Box02.Out " " output Widget Box05.Widget " " output ConvolutionFactor Box06.Out " " output windowcolorlevel Box09.Out " " endefine