# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include vtk include creaMaracasVisu include wx author "Author ??" description "Description ??" category "" new creaVtk:VoiMPR-Widget Box00 new vtk:LoadHola Box01 new creaMaracasVisu:ViewerNV Box02 new wx:LayoutSplit Box03 set Box03.Orientation "H" connect Box01.Out Box00.image connect Box01.Out Box02.In connect Box02.Point Box00.Point connect Box02.Renderer2 Box00.RenderYZ connect Box02.BoxChange Box00.execute connect Box02.Renderer3 Box00.RenderXZ connect Box02.Renderer4 Box00.RenderXY connect Box02.wxVtkBaseView1 Box00.wxVtkBaseView connect Box02.Widget Box03.Widget2 connect Box00.Widget Box03.Widget1 # Complex input ports exec Box03