]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleDoubleSlicer.bbs
in 50 % of the scripts, LoadHola was called an 'image' in 50 % a 'reader'.
[bbtk.git] / packages / wxvtk / bbs / appli / exampleDoubleSlicer.bbs
index b2fc3add8d685a60ec73e4207a653f1c1833f23f..ec8382b45b3ba2b966494e35719b44b80b0ac16b 100644 (file)
@@ -5,12 +5,12 @@ category "example"
 include vtk/boxes/bbLoadHola
 include wxvtk/boxes/bbDoubleSlicer
 
-new LoadHola image1
-new LoadHola image2
+new LoadHola reader1
+new LoadHola reader2
 new DoubleSlicer viewer 
 
-connect image1.Out viewer.In1
-connect image2.Out viewer.In2
+connect reader1.Out viewer.In1
+connect reader2.Out viewer.In2
 
 load std 
 set viewer.WinTitle "ExampleDoubleSlicer"