# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/All/creatools_source/bbtk/packages/vtk/bbs/boxes/MaskPoints_Interface.bbs # ---------------------------------- include std include itkvtk include wx define MaskPoints_Interface vtk author "Author ??" description "Description ??" category "" new Slider Box00 set Box00.In "100" set Box00.Label "true" set Box00.Max "5000" set Box00.Min "1" set Box00.ReactiveOnTrack "true" set Box00.Title "Ratio" new LayoutLine Box01 set Box01.WinTitle "MaskPoint controls" new LayoutTab Box02 connect Box01.Widget Box02.Widget1 connect Box00.Widget Box01.Widget1 # Complex input ports # Complex output ports output Ratio Box00.Out " " output widget Box02.Widget " " output boxChange Box00.BoxChange " " endefine