]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/wxvtkTour.bbs
move xxxWithControls to xxxWidget
[bbtk.git] / packages / wxvtk / bbs / appli / wxvtkTour.bbs
index 046ef78bb9a91903852dafdbce42a66d445a4674..65f05533e30ab32a588e5d1ccbbba8791855248f 100644 (file)
@@ -97,7 +97,7 @@ print " "
 print "====================================="
 print "Viewing both 3 slices and an iso-surface of an image in 3D"
 print "====================================="
-help IsoSurfaceWithControls
+help IsoSurfaceWidget
 message echo 2
 
 new LoadHola image
@@ -107,7 +107,7 @@ connect image.Out planes.In
 connect planes.PlaneX viewer.Obs1
 connect planes.PlaneY viewer.Obs2
 connect planes.PlaneZ viewer.Obs3
-new IsoSurfaceWithControls isosurface
+new IsoSurfaceWidget isosurface
 connect image.Out isosurface.In
 connect isosurface.Out viewer.In1
 connect isosurface.BoxChange viewer.BoxExecute