# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget_StreamLineVisu_Widget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include wx include vtk include std include wxvtk author "Author ??" description "Description ??" category "" new creaVtk:PlaneWidget_StreamLineVisu_Widget Box00 new wx:LayoutSplit Box03 set Box03.Orientation "H" new vtk:StructuredPointsReader Box04 new std:Configuration Box05 new std:ConcatStrings Box06 set Box06.In2 "/creaVtk/Vectors.vtk" new wxvtk:Viewer3D Box07 connect Box00.Widget Box03.Widget1 connect Box04.Out Box00.In connect Box05.DataPath Box06.In1 connect Box06.Out Box04.In connect Box07.Widget Box03.Widget2 connect Box07.Renderer Box00.Renderer # Complex input ports exec Box03