]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleImagePlanes.bbs
in 50 % of the scripts, LoadHola was called an 'image' in 50 % a 'reader'.
[bbtk.git] / packages / wxvtk / bbs / appli / exampleImagePlanes.bbs
index 76d9000719d5d4ef491c8b36b4f7c0cd5a279ae6..cd5f5313a4164c6cb8bcfadd32d37d4b1a0da2a7 100644 (file)
@@ -6,10 +6,10 @@ include vtk/boxes/bbLoadHola
 load vtk
 load wxvtk
 
-new LoadHola image
+new LoadHola reader
 new ImagePlanes planes
 new Viewer3D viewer
-connect image.Out planes.In
+connect reader.Out planes.In
 connect planes.PlaneX viewer.Obs1
 connect planes.PlaneY viewer.Obs2
 connect planes.PlaneZ viewer.Obs3