# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include creaVtk include wx author "Author ??" description "Description ??" category "" new LoadHola Box00 new ViewerNV Box01 set Box01.nTypeView "5" new PlaneWidget Box02 set Box02.Active "true" new CommandButton Box03 set Box03.Label "Run" new LayoutSplit Box04 set Box04.Proportion "10" connect Box00.Out Box01.In connect Box01.Renderer1 Box02.Renderer connect Box00.Out Box02.In connect Box03.Widget Box04.Widget1 connect Box01.Widget Box04.Widget2 connect Box03.BoxChange Box02.BoxExecute # Complex input ports exec Box04