X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleVectorsTensorsVisu2.bbs;h=c9c204c68c0faa0c5875775dbac06066ce03025e;hb=fa8e6d4fe1205314ec3c4add7da96e09529bd9a3;hp=70a62137e27f81a855bf119e481093b607a8d3fb;hpb=41a74698bb0203749248628baa1503144e1f12f7;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs index 70a6213..c9c204c 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu2.bbs # ---------------------------------- # BBTK GEditor Script @@ -12,30 +12,39 @@ include creaMaracasVisu include wx include vtk include creaVtk +include std author "Author ??" description "Description ??" category "" -new ViewerNV Box03 +new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" -new LayoutSplit Box05 +new wx:LayoutSplit Box05 set Box05.Orientation "H" -new LoadHola Box09 +new vtk:LoadHola Box09 -new StructuredPointsReader Box10 +new vtk:StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" -new StructuredPointsReader Box31 +new vtk:StructuredPointsReader Box31 set Box31.In "/home/davila/tmp/tmpDTI-Cardiac/Data/tensorOriginal3D.vtk" -new VectorsTensors_Widget Box26 +new creaVtk:VectorsTensors_Widget Box26 + +new creaVtk:VectorsTensors_manualread_Widget Box12 + +new wx:LayoutTab Box13 + +new std:Configuration Box14 -new VectorsTensors_manualread_Widget Box12 +new std:ConcatStrings Box15 + set Box15.In2 "/creaVtk/Vectors.vtk" -new LayoutTab Box13 +new std:ConcatStrings Box16 + set Box16.In2 "/creaVtk/Tensors.vtk" connect Box03.Widget Box05.Widget2 @@ -56,6 +65,14 @@ connect Box26.widget Box13.Widget1 connect Box13.Widget Box05.Widget1 +connect Box14.DataPath Box15.In1 + +connect Box15.Out Box10.In + +connect Box14.DataPath Box16.In1 + +connect Box16.Out Box31.In + # Complex input ports