X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleTensorsVisu.bbs;h=3118f900d0de9d575f5375b9b40c7ed2462aba53;hb=ae7fdf94ccaa1c21be9e2d1a4775253a6ca08670;hp=07e26f333e3d285c506fd9ef05b74a52649e91d9;hpb=41a74698bb0203749248628baa1503144e1f12f7;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs index 07e26f3..3118f90 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs # ---------------------------------- # BBTK GEditor Script @@ -12,34 +12,42 @@ include vtk include creaMaracasVisu include wx include creaVtk +include std author "Author ??" description "Description ??" category "" -new MaskPoint Box01 +new vtk:MaskPoint Box01 set Box01.Ratio "1" -new ViewerNV Box03 +new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" -new CommandButton Box04 +new wx:CommandButton Box04 set Box04.Label "Run" -new LayoutSplit Box05 +new wx:LayoutSplit Box05 set Box05.Proportion "10" -new FileSelector Box06 +new wx:FileSelector Box06 -new LoadHola Box07 +new vtk:LoadHola Box07 -new StructuredPointsReader Box08 +new vtk:StructuredPointsReader Box08 set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" -new TensorsVisu Box09 +new creaVtk:TensorsVisu Box09 set Box09.Active "true" set Box09.ScaleFactor "1000" +new std:Configuration Box10 + +new std:ConcatStrings Box11 + set Box11.In3 "/creaVtk/Tensors.vtk" + +new wx:OutputText Box12 + connect Box03.Widget Box05.Widget2 @@ -55,7 +63,14 @@ connect Box04.BoxChange Box09.BoxExecute connect Box03.Renderer1 Box09.Renderer +connect Box10.DataPath Box11.In1 + +connect Box11.Out Box08.In + +connect Box11.Out Box12.In + # Complex input ports exec Box05 +exec Box12