# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaVtk include creaMaracasVisu include wx include std author "Author ??" description "Description ??" category "" new vtk:MaskPoint Box01 set Box01.Ratio "1" new creaVtk:VectorsVisu Box02 set Box02.Active "true" set Box02.ScaleFactor "1" new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" new wx:CommandButton Box04 set Box04.Label "Run" new wx:LayoutSplit Box05 set Box05.Proportion "10" new wx:FileSelector Box06 new vtk:LoadHola Box07 new vtk:StructuredPointsReader Box08 set Box08.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" new std:Configuration Box09 new std:ConcatStrings Box10 set Box10.In2 "/creaVtk/Vectors.vtk" connect Box01.Out Box02.In connect Box03.Renderer1 Box02.Renderer connect Box04.BoxChange Box02.BoxExecute connect Box03.Widget Box05.Widget2 connect Box04.Widget Box05.Widget1 connect Box07.Out Box03.In connect Box08.Out Box01.In connect Box09.DataPath Box10.In1 connect Box10.Out Box08.In # Complex input ports exec Box05