From: Eduardo DAVILA Date: Fri, 25 Aug 2017 11:35:02 +0000 (+0200) Subject: #3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=009fe514fcd363edf9f985e9f84e450ddf1470a2;p=creaVtk.git #3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7 --- diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbg b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbg new file mode 100644 index 0000000..f25b939 --- /dev/null +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbg @@ -0,0 +1,81 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBG BlackBox Diagram file +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbg +# ---------------------------------- + +APP_START +CATEGORY: +DESCRIPTION:Description ?? +AUTHOR:Author ?? +COMPLEXBOX:FALSE +COMPLEXINPUTS:0 +BOXES:7 +BOX +creaVtk:TensorsExploration_Widget:Box00 +ISEXEC:FALSE +-52.851722:9.416788:-900.000000 +-0.951722:-0.583212:-900.000000 +FIN_BOX +BOX +creaMaracasVisu:ViewerNV:Box01 +ISEXEC:FALSE +-10.240757:46.377680:-900.000000 +53.479243:36.377680:-900.000000 +FIN_BOX +BOX +vtk:LoadHola:Box02 +ISEXEC:FALSE +2.236487:81.455215:-900.000000 +37.786487:71.455215:-900.000000 +FIN_BOX +BOX +wx:LayoutSplit:Box03 +ISEXEC:TRUE +-25.778457:-26.367006:-900.000000 +13.301543:-36.367006:-900.000000 +PORT +Orientation:"H" +FIN_BOX +BOX +std:Configuration:Box04 +ISEXEC:FALSE +-89.341774:75.334303:-900.000000 +-49.916774:65.334303:-900.000000 +FIN_BOX +BOX +std:ConcatStrings:Box05 +ISEXEC:FALSE +-84.162541:52.027753:-900.000000 +-44.437541:42.027753:-900.000000 +PORT +In2:"/creaVtk/Tensors.vtk" +FIN_BOX +BOX +vtk:StructuredPointsReader:Box06 +ISEXEC:FALSE +-90.754293:32.017079:-900.000000 +-42.054293:22.017079:-900.000000 +FIN_BOX +CONNECTIONS:7 +CONNECTION +Box01:Renderer1:Box00:vtkRenderer +NumberOfControlPoints:0 +CONNECTION +Box02:Out:Box01:In +NumberOfControlPoints:0 +CONNECTION +Box01:Widget:Box03:Widget2 +NumberOfControlPoints:0 +CONNECTION +Box04:DataPath:Box05:In1 +NumberOfControlPoints:0 +CONNECTION +Box05:Out:Box06:In +NumberOfControlPoints:0 +CONNECTION +Box06:Out:Box00:vtkImageData_tensors +NumberOfControlPoints:0 +CONNECTION +Box00:widget:Box03:Widget1 +NumberOfControlPoints:0 +APP_END diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbs new file mode 100644 index 0000000..cc2c672 --- /dev/null +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbs @@ -0,0 +1,55 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsExploration_Widget.bbs +# ---------------------------------- + +# BBTK GEditor Script +# ---------------------- + +include std +include itkvtk +include creaVtk +include creaMaracasVisu +include vtk +include wx +include std + +author "Author ??" +description "Description ??" +category "" + +new creaVtk:TensorsExploration_Widget Box00 + +new creaMaracasVisu:ViewerNV Box01 + +new vtk:LoadHola Box02 + +new wx:LayoutSplit Box03 + set Box03.Orientation "H" + +new std:Configuration Box04 + +new std:ConcatStrings Box05 + set Box05.In2 "/creaVtk/Tensors.vtk" + +new vtk:StructuredPointsReader Box06 + + +connect Box01.Renderer1 Box00.vtkRenderer + +connect Box02.Out Box01.In + +connect Box01.Widget Box03.Widget2 + +connect Box04.DataPath Box05.In1 + +connect Box05.Out Box06.In + +connect Box06.Out Box00.vtkImageData_tensors + +connect Box00.widget Box03.Widget1 + + + +# Complex input ports +exec Box03 diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbg b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbg index ea59ce2..6fbe546 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbg +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbg @@ -135,7 +135,7 @@ PORT BoxProcessMode:"Reactive" FIN_BOX BOX -creaVtk:TensorsVisu_Wideget:Box33 +creaVtk:TensorsVisu_Widget:Box33 ISEXEC:FALSE -3.481701:19.788307:-900.000000 42.868299:9.788307:-900.000000 @@ -147,7 +147,7 @@ ISEXEC:FALSE -16.991295:-29.098017:-900.000000 FIN_BOX BOX -creaVtk:TensorsVisu_Wideget:Box37 +creaVtk:TensorsVisu_Widget:Box37 ISEXEC:FALSE 201.537958:-19.000913:-900.000000 247.887958:-29.000913:-900.000000 diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs index 37abe99..7cf6bd9 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs @@ -63,11 +63,11 @@ new vtk:StructuredPointsReader Box31 new vtk:ProbeFilter Box32 set Box32.BoxProcessMode "Reactive" -new creaVtk:TensorsVisu_Wideget Box33 +new creaVtk:TensorsVisu_Widget Box33 new wx:LayoutTab Box36 -new creaVtk:TensorsVisu_Wideget Box37 +new creaVtk:TensorsVisu_Widget Box37 new vtk:MaskPoint Box38 diff --git a/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbg b/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbg similarity index 84% rename from bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbg rename to bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbg index b9f6695..f0488f1 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbg +++ b/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbg @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBG BlackBox Diagram file -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbg +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbg # ---------------------------------- APP_START @@ -33,7 +33,7 @@ BOX vtk:UpdateRender:Box22 ISEXEC:FALSE 6.334285:28.952024:-900.000000 -51.909285:18.952024:-900.000000 +46.659285:18.952024:-900.000000 PORT Active:"true" FIN_BOX @@ -41,13 +41,13 @@ BOX wx:LayoutTab:Box17 ISEXEC:FALSE -107.033271:7.331640:-900.000000 --49.473271:-2.668360:-900.000000 +-60.868719:-2.668360:-900.000000 FIN_BOX BOX std:MultipleInputs:Box23 ISEXEC:FALSE -34.049213:48.794295:-900.000000 -11.525787:38.794295:-900.000000 +5.650787:38.794295:-900.000000 PORT BoxProcessMode:"Reactive" FIN_BOX @@ -55,31 +55,31 @@ BOX creaVtk:PlaneWidget_StreamLineVisu_Widget:Box30 ISEXEC:FALSE -123.664308:72.163231:-900.000000 --52.489308:62.163231:-900.000000 +-61.789308:62.163231:-900.000000 FIN_BOX BOX vtk:vtkImageDataPointerRelay:Box26 ISEXEC:FALSE -172.222151:92.257373:-900.000000 --101.047151:82.257373:-900.000000 +-120.047151:82.257373:-900.000000 FIN_BOX BOX std:MagicBox:Box28 ISEXEC:FALSE 6.018852:102.199182:-900.000000 -51.593852:92.199182:-900.000000 +42.093852:92.199182:-900.000000 FIN_BOX BOX wx:LayoutLine:Box14 ISEXEC:FALSE -122.299506:43.713393:-900.000000 --64.739506:33.713393:-900.000000 +-65.377426:33.713393:-900.000000 FIN_BOX BOX std:MagicBox:Box07 ISEXEC:FALSE -64.010236:96.562792:-900.000000 --18.435236:86.562792:-900.000000 +-27.935236:86.562792:-900.000000 FIN_BOX CONNECTIONS:12 CONNECTION diff --git a/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbs similarity index 71% rename from bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs rename to bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbs index fb8d0c3..8c199a5 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbs # ---------------------------------- include std @@ -17,23 +17,23 @@ description "Description ??" category "" -new UpdateRender Box22 +new vtk:UpdateRender Box22 set Box22.Active "true" -new LayoutTab Box17 +new wx:LayoutTab Box17 -new MultipleInputs Box23 +new std:MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" -new PlaneWidget_StreamLineVisu_Widget Box30 +new creaVtk:PlaneWidget_StreamLineVisu_Widget Box30 -new vtkImageDataPointerRelay Box26 +new vtk:vtkImageDataPointerRelay Box26 -new MagicBox Box28 +new std:MagicBox Box28 -new LayoutLine Box14 +new wx:LayoutLine Box14 -new MagicBox Box07 +new std:MagicBox Box07 connect Box23.BoxChange Box22.BoxExecute diff --git a/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbg b/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbg similarity index 86% rename from bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbg rename to bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbg index 31a6dab..b129330 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbg +++ b/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbg @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBG BlackBox Diagram file -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbg +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbg # ---------------------------------- APP_START @@ -33,7 +33,7 @@ BOX vtk:UpdateRender:Box22 ISEXEC:FALSE 50.421230:29.527651:-900.000000 -95.996230:19.527651:-900.000000 +90.746230:19.527651:-900.000000 PORT Active:"true" FIN_BOX @@ -41,7 +41,7 @@ BOX wx:LayoutTab:Box17 ISEXEC:FALSE -155.143275:4.881948:-900.000000 --97.583275:-5.118052:-900.000000 +-75.296583:-5.118052:-900.000000 PORT WinTitle:"VectorsTensors Analysis" FIN_BOX @@ -49,13 +49,13 @@ BOX std:MultipleInputs:Box23 ISEXEC:FALSE 3.709669:55.066372:-900.000000 -49.284669:45.066372:-900.000000 +43.409669:45.066372:-900.000000 FIN_BOX BOX wx:LayoutLine:Box16 ISEXEC:FALSE -66.220097:53.516083:-900.000000 --8.660097:43.516083:-900.000000 +-29.645097:43.516083:-900.000000 PORT WinTitle:"Tensors" FIN_BOX @@ -63,25 +63,25 @@ BOX creaVtk:VolumeTensorVisu_Widget:Box19 ISEXEC:FALSE 15.919649:97.987432:-900.000000 -87.094649:87.987432:-900.000000 +67.619649:87.987432:-900.000000 FIN_BOX BOX creaVtk:PlaneTensorVisu_Widget:Box21 ISEXEC:FALSE -83.100097:95.241049:-900.000000 --11.925097:85.241049:-900.000000 +-33.500097:85.241049:-900.000000 FIN_BOX BOX vtk:vtkImageDataPointerRelay:Box27 ISEXEC:FALSE -89.314298:137.998626:-900.000000 --18.139298:127.998626:-900.000000 +-37.139298:127.998626:-900.000000 FIN_BOX BOX std:MagicBox:Box28 ISEXEC:FALSE 21.602067:137.982960:-900.000000 -67.177067:127.982960:-900.000000 +57.677067:127.982960:-900.000000 FIN_BOX CONNECTIONS:16 CONNECTION diff --git a/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbs similarity index 74% rename from bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs rename to bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbs index e93a133..12f9687 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Widget.bbs # ---------------------------------- include std @@ -17,24 +17,24 @@ description "Description ??" category "" -new UpdateRender Box22 +new vtk:UpdateRender Box22 set Box22.Active "true" -new LayoutTab Box17 +new wx:LayoutTab Box17 set Box17.WinTitle "VectorsTensors Analysis" -new MultipleInputs Box23 +new std:MultipleInputs Box23 -new LayoutLine Box16 +new wx:LayoutLine Box16 set Box16.WinTitle "Tensors" -new VolumeTensorVisu_Widget Box19 +new creaVtk:VolumeTensorVisu_Widget Box19 -new PlaneTensorVisu_Widget Box21 +new creaVtk:PlaneTensorVisu_Widget Box21 -new vtkImageDataPointerRelay Box27 +new vtk:vtkImageDataPointerRelay Box27 -new MagicBox Box28 +new std:MagicBox Box28 connect Box23.BoxChange Box22.BoxExecute diff --git a/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbg b/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbg similarity index 86% rename from bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbg rename to bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbg index 9c781d7..abcd86f 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbg +++ b/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbg @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBG BlackBox Diagram file -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbg +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbg # ---------------------------------- APP_START @@ -8,7 +8,7 @@ CATEGORY: DESCRIPTION:Description ?? AUTHOR:Author ?? COMPLEXBOX:TRUE -COMPLEXBOXNAME:TensorsVisu_Wideget +COMPLEXBOXNAME:TensorsVisu_Widget PACKAGENAME:creaVtk COMPLEXOUTPUTS:2 COMPLEX_PORT @@ -37,13 +37,13 @@ BOX creaVtk:VectorsVisu_Interface:Box05 ISEXEC:FALSE -97.776890:18.173350:-900.000000 --26.601890:8.173350:-900.000000 +-50.451890:8.173350:-900.000000 FIN_BOX BOX std:MultipleInputs:Box07 ISEXEC:FALSE -192.695856:-9.602961:-900.000000 --147.120856:-19.602961:-900.000000 +-115.642864:-19.602961:-900.000000 PORT BoxProcessMode:"Reactive" FIN_BOX @@ -51,7 +51,7 @@ BOX creaVtk:TensorsVisu:Box04 ISEXEC:FALSE -127.718192:-57.759725:-900.000000 --82.143192:-67.759725:-900.000000 +-90.443192:-67.759725:-900.000000 FIN_BOX CONNECTIONS:10 CONNECTION diff --git a/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs similarity index 75% rename from bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbs rename to bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs index 42b4db9..826d651 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs # ---------------------------------- include std @@ -8,19 +8,19 @@ include itkvtk include creaVtk include std -define TensorsVisu_Wideget creaVtk +define TensorsVisu_Widget creaVtk author "Author ??" description "Description ??" category "" -new VectorsVisu_Interface Box05 +new creaVtk:VectorsVisu_Interface Box05 -new MultipleInputs Box07 +new std:MultipleInputs Box07 set Box07.BoxProcessMode "Reactive" -new TensorsVisu Box04 +new creaVtk:TensorsVisu Box04 connect Box05.boxChange Box07.In2 diff --git a/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbg b/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbg similarity index 86% rename from bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbg rename to bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbg index bb9a835..300ebb8 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbg +++ b/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbg @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBG BlackBox Diagram file -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbg +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbg # ---------------------------------- APP_START @@ -33,7 +33,7 @@ BOX vtk:UpdateRender:Box22 ISEXEC:FALSE -109.905905:-14.897333:-900.000000 --64.330905:-24.897333:-900.000000 +-69.580905:-24.897333:-900.000000 PORT Active:"true" FIN_BOX @@ -41,7 +41,7 @@ BOX wx:LayoutTab:Box17 ISEXEC:FALSE -184.622210:-20.410541:-900.000000 --127.062210:-30.410541:-900.000000 +-84.013417:-30.410541:-900.000000 PORT WinTitle:"VectorsTensors Analysis" FIN_BOX @@ -49,7 +49,7 @@ BOX std:MultipleInputs:Box23 ISEXEC:FALSE -151.066256:11.353972:-900.000000 --105.491256:1.353972:-900.000000 +-95.654261:1.353972:-900.000000 PORT BoxProcessMode:"Reactive" FIN_BOX @@ -57,13 +57,13 @@ BOX creaVtk:PlaneVectorVisu_Widget:Box41 ISEXEC:FALSE -268.440972:51.457315:-900.000000 --197.265972:41.457315:-900.000000 +-157.542180:41.457315:-900.000000 FIN_BOX BOX wx:LayoutLine:Box14 ISEXEC:FALSE -232.798631:5.736817:-900.000000 --175.238631:-4.263183:-900.000000 +-98.441282:-4.263183:-900.000000 PORT WinTitle:"Field" FIN_BOX @@ -71,19 +71,19 @@ BOX creaVtk:VolumeVectorVisu_Widget:Box18 ISEXEC:FALSE -187.068807:50.505798:-900.000000 --115.893807:40.505798:-900.000000 +-133.195159:40.505798:-900.000000 FIN_BOX BOX vtk:vtkImageDataPointerRelay:Box26 ISEXEC:FALSE -226.504734:87.499150:-900.000000 --155.329734:77.499150:-900.000000 +-142.837799:77.499150:-900.000000 FIN_BOX BOX std:MagicBox:Box28 ISEXEC:FALSE -94.829944:83.888857:-900.000000 --49.254944:73.888857:-900.000000 +-58.754944:73.888857:-900.000000 FIN_BOX CONNECTIONS:16 CONNECTION diff --git a/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbs similarity index 75% rename from bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs rename to bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbs index 007449c..9e27405 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Widget.bbs # ---------------------------------- include std @@ -17,25 +17,25 @@ description "Description ??" category "" -new UpdateRender Box22 +new vtk:UpdateRender Box22 set Box22.Active "true" -new LayoutTab Box17 +new wx:LayoutTab Box17 set Box17.WinTitle "VectorsTensors Analysis" -new MultipleInputs Box23 +new std:MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" -new PlaneVectorVisu_Widget Box41 +new creaVtk:PlaneVectorVisu_Widget Box41 -new LayoutLine Box14 +new wx:LayoutLine Box14 set Box14.WinTitle "Field" -new VolumeVectorVisu_Widget Box18 +new creaVtk:VolumeVectorVisu_Widget Box18 -new vtkImageDataPointerRelay Box26 +new vtk:vtkImageDataPointerRelay Box26 -new MagicBox Box28 +new std:MagicBox Box28 connect Box23.BoxChange Box22.BoxExecute diff --git a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbg b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbg similarity index 89% rename from bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbg rename to bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbg index 2ca2203..c4687a3 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbg +++ b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbg @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBG BlackBox Diagram file -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbg +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbg # ---------------------------------- APP_START @@ -37,7 +37,7 @@ BOX creaVtk:VectorsVisu:Box03 ISEXEC:FALSE -138.705440:-34.751328:-900.000000 --93.130440:-44.751328:-900.000000 +-101.080440:-44.751328:-900.000000 PORT Active:"true" PORT @@ -47,13 +47,13 @@ BOX creaVtk:VectorsVisu_Interface:Box05 ISEXEC:FALSE -97.776890:18.173350:-900.000000 --26.601890:8.173350:-900.000000 +-50.451890:8.173350:-900.000000 FIN_BOX BOX std:MultipleInputs:Box07 ISEXEC:FALSE -199.014629:-6.443575:-900.000000 --153.439629:-16.443575:-900.000000 +-148.406139:-16.443575:-900.000000 PORT BoxProcessMode:"Reactive" FIN_BOX diff --git a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbs similarity index 80% rename from bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbs rename to bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbs index a074cbd..1b46f4a 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Wideget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbs # ---------------------------------- include std @@ -15,13 +15,13 @@ description "Description ??" category "" -new VectorsVisu Box03 +new creaVtk:VectorsVisu Box03 set Box03.Active "true" set Box03.ScaleFactor "10" -new VectorsVisu_Interface Box05 +new creaVtk:VectorsVisu_Interface Box05 -new MultipleInputs Box07 +new std:MultipleInputs Box07 set Box07.BoxProcessMode "Reactive"