X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleVectorsVisu.bbs;fp=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleVectorsVisu.bbs;h=c9a9ad2e0484716121f498403acb7f0e2441cc32;hb=0fe587457cf4d6eda506990f92a35796ad6ef7cc;hp=aab35e243836331bddcbe5d9a6e1f9568ef8996b;hpb=73f6f1d87def2eaee09190902e3c3736efcf8221;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs index aab35e2..c9a9ad2 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs +# - /tmpEED/creaTools2/ci/bin/../share/bbtk/bbs/creaVtk/appli/exampleVectorsVisu.bbs # ---------------------------------- # BBTK GEditor Script @@ -12,33 +12,40 @@ include vtk include creaVtk include creaMaracasVisu include wx +include std author "Author ??" description "Description ??" category "" -new MaskPoint Box01 - set Box01.Ratio "1" +new vtk:MaskPoint Box01 + set Box01.Ratio "30" -new VectorsVisu Box02 - set Box02.ScaleFactor "100" +new creaVtk:VectorsVisu Box02 + set Box02.Active "true" + set Box02.ScaleFactor "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/Vectors.vtk" +new std:ConcatStrings Box09 + set Box09.In2 "/creaVtk/Vectors.vtk" + +new std:Configuration Box10 + connect Box01.Out Box02.In @@ -54,6 +61,10 @@ connect Box07.Out Box03.In connect Box08.Out Box01.In +connect Box10.DataPath Box09.In1 + +connect Box09.Out Box08.In + # Complex input ports