# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include creaMaracasVisu include vtk include wx include std author "Author ??" description "Description ??" category "" new creaVtk:TensorsExploration_Widget Box00 new creaMaracasVisu:ViewerNV Box01 new vtk:LoadHola Box02 new wx:LayoutSplit Box03 set Box03.Orientation "H" new std:Configuration Box04 new std:ConcatStrings Box05 set Box05.In2 "/creaVtk/Tensors.vtk" new vtk:StructuredPointsReader Box06 connect Box01.Renderer1 Box00.vtkRenderer connect Box02.Out Box01.In connect Box01.Widget Box03.Widget2 connect Box04.DataPath Box05.In1 connect Box05.Out Box06.In connect Box06.Out Box00.vtkImageData_tensors connect Box00.widget Box03.Widget1 # Complex input ports exec Box03