# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs # ---------------------------------- include std include itkvtk include wx include std include PackRecalage define CompareImagesWidget_base_interface_3Dp PackRecalage author "Author ??" description "Description ??" category "" new Slider Box00 set Box00.Min "0" set Box00.ReactiveOnTrack "1" set Box00.Title "Z for slice" new Slider Box01 set Box01.In "0" set Box01.Max "100" set Box01.Min "0" set Box01.ReactiveOnTrack "1" set Box01.Title "Convolution Factor" new CheckBox Box02 set Box02.In "True" new MultipleInputs Box03 new LayoutLine Box04 set Box04.WinTitle "Appearance" new LayoutSplit Box05 set Box05.Orientation "H" set Box05.Proportion "80" new ImageRecalageProperties Box08 new Slider Box11 set Box11.Min "0" set Box11.ReactiveOnTrack "1" set Box11.Title "Y for slice" new Slider Box13 set Box13.Min "0" set Box13.ReactiveOnTrack "1" set Box13.Title "X for slice" new ConcatStrings Box15 set Box15.In2 " " set Box15.In4 " " connect Box02.Widget Box05.Widget2 connect Box05.Widget Box04.Widget4 connect Box01.Widget Box05.Widget1 connect Box02.BoxChange Box03.In3 connect Box01.BoxChange Box03.In2 connect Box00.BoxChange Box03.In1 connect Box08.LengthZ Box00.Max connect Box08.LengthY Box11.Max connect Box08.LengthX Box13.Max connect Box11.Widget Box04.Widget2 connect Box00.Widget Box04.Widget3 connect Box13.Widget Box04.Widget1 connect Box11.BoxChange Box03.In4 connect Box13.BoxChange Box03.In5 connect Box13.Out Box15.In1 connect Box11.Out Box15.In3 connect Box00.Out Box15.In5 # Complex input ports input InputImage Box08.In " " # Complex output ports output BoxChange Box03.BoxChange " " output Widget Box04.Widget " " output ConvolutionFactor Box01.Out " " output ConvolutionOnOff Box02.Out " " output Point Box15.Out " " endefine