]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/exampleStreamLineScalarSegmentation.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleStreamLineScalarSegmentation.bbs
index 5f52976b63d038e4602e988747e171778f1a2ad6..63717d069c3c584a1d7225a4348cf578d9515af7 100644 (file)
@@ -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 "<VOID>"
 
-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