# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesTransparencyWidget_2Dt.bbs # ---------------------------------- include std include itkvtk include PackRecalage include wx include creaMaracasVisu include std define CompareImagesTransparencyWidget_2Dt PackRecalage author "Author ??" description "Description ??" category "" new TransparencyBox Box00 new Slider Box01 set Box01.In "50" set Box01.Max "100" set Box01.Min "0" set Box01.ReactiveOnTrack "true" new ViewerNV Box02 set Box02.nTypeView "0" new LayoutSplit Box03 set Box03.Proportion "80" set Box03.WinTitle "Transparency" new MultipleInputs Box04 connect Box01.Out Box00.Percent connect Box02.Widget Box03.Widget1 connect Box01.Widget Box03.Widget2 connect Box01.BoxChange Box04.In2 connect Box04.BoxChange Box00.BoxExecute connect Box00.BoxChange Box02.BoxExecute connect Box00.Out Box02.In # Complex input ports input BoxExecute Box04.In1 " " input Image1 Box00.In1 " " input Image2 Box00.In2 " " # Complex output ports output Widget Box03.Widget " " endefine