# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - ViewerVectorsTensorsField.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include wx include creaVtk author "Author ??" description "Description ??" category "" new vtk:LoadHola Box00 new creaMaracasVisu:ViewerNV Box01 set Box01.nTypeView "7" new wx:LayoutSplit Box04 set Box04.Orientation "H" new wx:LayoutTab Box05 new creaVtk:VectorsTensors_manualread_Widget Box06 connect Box01.Widget Box04.Widget2 connect Box05.Widget Box04.Widget1 connect Box01.Renderer1 Box06.vtkRenderer connect Box06.widget Box05.Widget2 connect Box00.Out Box01.In # Complex input ports exec Box04