# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include wx include creaVtk author "Author ??" description "Description ??" category "" new vtk:LoadHola Box00 new creaMaracasVisu:ViewerNV Box01 new wx:LayoutSplit Box02 set Box02.Orientation "H" new wx:LayoutLine Box03 new wx:OutputText Box04 set Box04.Title "Center" new wx:OutputText Box05 set Box05.Title "normal" new creaVtk:PlaneWidget Box06 set Box06.Active "true" connect Box00.Out Box01.In connect Box01.Widget Box02.Widget2 connect Box03.Widget Box02.Widget1 connect Box05.Widget Box03.Widget2 connect Box04.Widget Box03.Widget1 connect Box01.Renderer1 Box06.Renderer connect Box00.Out Box06.In connect Box06.Center Box04.In connect Box06.Normal Box05.In connect Box06.BoxChange Box04.BoxExecute connect Box06.BoxChange Box05.BoxExecute # Complex input ports exec Box02