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