# ---------------------------------- # - BBTKGEditor v 1.5 BBS BlackBox Script # - /Users/davila/Creatis/C22/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleImageThresholdConnectivity.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include wx include creaVtk author "Author ??" description "Description ??" category "" new vtk:LoadHola Box03 new creaMaracasVisu:ViewerNV Box04 set Box04.nTypeView "6 1 2 0" new wx:LayoutSplit Box05 set Box05.Orientation "H" new wx:LayoutLine Box06 new creaMaracasVisu:ColorLayerImageView Box07 set Box07.TypeControlsInterface "2" set Box07.lstTransparenceBoundaries "0" new creaMaracasVisu:ImageChangeInformation Box08 new creaMaracasVisu:ViewerNV Box09 set Box09.nTypeView "6 1 2 0" new wx:LayoutTab Box10 new creaVtk:ImageThresholdConnectivity Box12 set Box12.LstX "44" set Box12.LstY "77" set Box12.LstZ "148" new wx:Slider Box13 set Box13.In "20" set Box13.Label "true" set Box13.Max "150" set Box13.Min "0" set Box13.ReactiveOnTrack "true" set Box13.Title "Border" connect Box06.Widget Box05.Widget1 connect Box07.Widget Box06.Widget2 connect Box04.wxVtkBaseView2 Box07.WxVtkBaseView connect Box04.wxVtkBaseView3 Box07.WxVtkBaseView1 connect Box04.wxVtkBaseView4 Box07.WxVtkBaseView2 connect Box03.Out Box08.In connect Box08.Out Box04.In connect Box04.Widget Box10.Widget1 connect Box09.Widget Box10.Widget2 connect Box10.Widget Box05.Widget2 connect Box12.Out Box07.In connect Box12.Out Box09.In connect Box08.Out Box12.In connect Box13.Widget Box06.Widget3 connect Box13.Out Box12.Border connect Box13.BoxChange Box07.BoxExecute # Complex input ports exec Box05