# ---------------------------------- # - 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 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" connect Box02.Widget Box05.Widget2 connect Box05.Widget Box04.Widget4 connect Box01.Widget Box05.Widget1 connect Box00.Widget Box04.Widget1 connect Box02.BoxChange Box03.In3 connect Box01.BoxChange Box03.In2 connect Box00.BoxChange Box03.In1 # Complex input ports input Max Box00.Max " " # Complex output ports output BoxChange Box03.BoxChange " " output Widget Box04.Widget " " output ConvolutionFactor Box01.Out " " output SliceZ Box00.Out " " output ConvolutionOnOff Box02.Out " " endefine