# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include wx include vtk include creaVtk include std author "Author ??" description "Description ??" category "" new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" new wx:LayoutSplit Box05 set Box05.Orientation "H" new vtk:LoadHola Box09 new vtk:StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" new vtk:StructuredPointsReader Box31 set Box31.In "/home/davila/tmp/tmpDTI-Cardiac/Data/tensorOriginal3D.vtk" new creaVtk:VectorsTensors_Widget Box26 new creaVtk:VectorsTensors_manualread_Widget Box12 new wx:LayoutTab Box13 new std:Configuration Box14 new std:ConcatStrings Box15 set Box15.In2 "/creaVtk/Vectors.vtk" new std:ConcatStrings Box16 set Box16.In2 "/creaVtk/Tensors.vtk" connect Box03.Widget Box05.Widget2 connect Box09.Out Box03.In connect Box10.Out Box26.vtkImageData_vectors connect Box31.Out Box26.vtkImageData_tensors connect Box03.Renderer1 Box26.vtkRenderer connect Box03.Renderer1 Box12.vtkRenderer connect Box12.widget Box13.Widget2 connect Box26.widget Box13.Widget1 connect Box13.Widget Box05.Widget1 connect Box14.DataPath Box15.In1 connect Box15.Out Box10.In connect Box14.DataPath Box16.In1 connect Box16.Out Box31.In # Complex input ports exec Box05