]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleView3DImage1.bbs
in 50 % of the scripts, LoadHola was called an 'image' in 50 % a 'reader'.
[bbtk.git] / packages / wxvtk / bbs / appli / exampleView3DImage1.bbs
index bffee89c1e0daf32944a53edb3e53c8aa44b1e4f..67f2b5c5bf0a08a3788b70e545451ccebf891a8a 100644 (file)
@@ -2,22 +2,22 @@ description "Example of complex 3D view of an image using vtk::ImagePlanes and w
 author "laurent.guigues at creatis.insa-lyon.fr"
 category "example"
 
-include vtk/boxes/bbLoadHola
-include wxvtk/boxes/bbIsoSurfaceWidget
 load vtk
 load wxvtk
+include vtk/boxes/bbLoadHola
+include wxvtk/bbs/boxes/bbIsoSurfaceWidget
 
-new LoadHola image
+new LoadHola reader
 new ImagePlanes planes
 new IsoSurfaceWidget surface
 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
 
-connect image.Out surface.In
+connect reader.Out surface.In
 connect surface.Out viewer.In1
 connect surface.BoxChange viewer.BoxExecute