# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include wx include vtk include creaVtk author "Author ??" description "Description ??" category "" new ViewerNV Box03 set Box03.nTypeView "5" new LayoutSplit Box05 set Box05.Orientation "H" new LoadHola Box09 new StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" new StructuredPointsReader Box31 set Box31.In "/home/davila/tmp/tmpDTI-Cardiac/Data/tensorOriginal3D.vtk" new VectorsTensors_Widget Box26 new VectorsTensors_manualread_Widget Box12 new LayoutTab Box13 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 # Complex input ports exec Box05