# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensors_manualread_Widget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include vtk include creaMaracasVisu include wx include std author "Author ??" description "Description ??" category "" new creaVtk:VectorsTensors_manualread_Widget Box02 new vtk:LoadHola Box03 new creaMaracasVisu:ViewerNV Box04 new wx:LayoutSplit Box05 set Box05.Orientation "H" new wx:OutputText Box06 new std:Configuration Box07 new std:ConcatStrings Box08 set Box08.In2 "/creaVtk/Vectors.vtk" new wx:OutputText Box09 new std:ConcatStrings Box10 set Box10.In2 "/creaVtk/Tensors.vtk" new wx:LayoutLine Box11 set Box11.WinHeight "100" connect Box03.Out Box04.In connect Box02.widget Box05.Widget1 connect Box04.Renderer1 Box02.vtkRenderer connect Box04.Widget Box05.Widget2 connect Box07.DataPath Box08.In1 connect Box08.Out Box06.In connect Box07.DataPath Box10.In1 connect Box10.Out Box09.In connect Box06.Widget Box11.Widget1 connect Box09.Widget Box11.Widget2 # Complex input ports exec Box05 exec Box11