# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.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.Proportion "10" new wx:FileSelector Box06 new vtk:LoadHola Box07 new vtk:StructuredPointsReader Box08 set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" new creaVtk:TensorsVisu Box09 set Box09.Active "true" set Box09.ScaleFactor "1" new creaVtk:PlaneWidget Box10 set Box10.Resolution "30" new wx:CheckBox Box11 new vtk:ProbeFilter Box12 new std:MagicBox Box13 new std:MagicBox Box14 new std:MagicBox Box15 new std:Configuration Box16 new std:ConcatStrings Box17 set Box17.In2 "/creaVtk/Tensors.vtk" connect Box03.Widget Box05.Widget2 connect Box07.Out Box03.In connect Box03.Renderer1 Box09.Renderer connect Box03.Renderer1 Box10.Renderer connect Box10.BoxChange Box09.BoxExecute connect Box11.Widget Box05.Widget1 connect Box11.Out Box10.Active connect Box08.Out Box13.In connect Box13.Out Box12.Source connect Box11.BoxChange Box10.BoxExecute connect Box12.Out Box14.In connect Box14.Out Box09.In connect Box10.Out Box15.In connect Box15.Out Box12.Input connect Box17.Out Box08.In connect Box16.DataPath Box17.In1 connect Box08.Out Box10.In # Complex input ports exec Box05