X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleStreamLineScalarSegmentation.bbs;fp=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleStreamLineScalarSegmentation.bbs;h=63717d069c3c584a1d7225a4348cf578d9515af7;hb=0fe587457cf4d6eda506990f92a35796ad6ef7cc;hp=5f52976b63d038e4602e988747e171778f1a2ad6;hpb=73f6f1d87def2eaee09190902e3c3736efcf8221;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs index 5f52976..63717d0 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs # ---------------------------------- # BBTK GEditor Script @@ -19,61 +19,61 @@ author "Author ??" description "Description ??" category "" -new PolyDataReader Box01 +new vtk:PolyDataReader Box01 set Box01.In "/home/davila/Borrame/FIB/example01/V1_IM_fibers.vtk" -new ViewerNV Box02 +new creaMaracasVisu:ViewerNV Box02 -new LoadHola Box03 +new vtk:LoadHola Box03 -new LayoutTab Box08 +new wx:LayoutTab Box08 -new LayoutSplit Box09 +new wx:LayoutSplit Box09 set Box09.Orientation "H" -new FileSelector Box14 +new wx:FileSelector Box14 -new ImagesChooserDialogBox Box15 +new creaImageIO:ImagesChooserDialogBox Box15 -new UnMosaic Box16 +new vtk:UnMosaic Box16 set Box16.NbImagesInMosaic "10" set Box16.NbImagesPerRow "4" -new ImageChangeInformation Box17 +new creaMaracasVisu:ImageChangeInformation Box17 set Box17.NewSpacing "2.65626 2.65625 6.25" -new SaveMHD-Button Box18 +new toolsbbtk:SaveMHD-Button Box18 -new vtkImageDataPointerRelay Box20 +new vtk:vtkImageDataPointerRelay Box20 -new MetaImageReader Box21 +new vtk:MetaImageReader Box21 set Box21.In "/home/davila/Borrame/FIB/example01/V1_IM_b_0_dir_1.mhd" -new StreamLine_Visu_Widget Box26 +new creaVtk:StreamLine_Visu_Widget Box26 set Box26.Title "Segmented Stream Line" -new StreamLine_Visu_Widget Box27 +new creaVtk:StreamLine_Visu_Widget Box27 set Box27.Title "Complete Stream Line" -new LayoutLine Box29 +new wx:LayoutLine Box29 set Box29.Orientation "V" -new StreamLineColorInfo Box32 +new creaVtk:StreamLineColorInfo Box32 -new StreamLineNumeration Box33 +new creaVtk:StreamLineNumeration Box33 -new StreamLineSegmentationByScalar Box34 +new creaVtk:StreamLineSegmentationByScalar Box34 set Box34.ScalarArrayName "creaNumeration" -new LayoutLine Box35 +new wx:LayoutLine Box35 -new SliderMinMax Box37 +new creaMaracasVisu:SliderMinMax Box37 set Box37.InMax "1000" set Box37.InMin "0" set Box37.ShowActual "false" set Box37.WinTitle "Threshold" -new UpdateRender Box38 +new vtk:UpdateRender Box38 set Box38.Active "true" @@ -130,5 +130,4 @@ connect Box02.Renderer1 Box38.Renderer # Complex input ports -message exec Box09