]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleView3DImage1.bbs
Unify demo codes
[bbtk.git] / packages / wxvtk / bbs / appli / exampleView3DImage1.bbs
index 3b79bf709513011555b0b70c2a05ca61cbf4357e..bffee89c1e0daf32944a53edb3e53c8aa44b1e4f 100644 (file)
@@ -1,15 +1,15 @@
-description "Example of complex 3D view of an image using vtk::ImagePlanes and wxvtk::IsoSurfaceWithControls. Screenshot : <img src=ExampleView3DImage1.jpg></img>"
+description "Example of complex 3D view of an image using vtk::ImagePlanes and wxvtk::IsoSurfaceWidget. Screenshot : <img src=ExampleView3DImage1.jpg></img>"
 author "laurent.guigues at creatis.insa-lyon.fr"
 category "example"
 
 include vtk/boxes/bbLoadHola
-include wxvtk/boxes/bbIsoSurfaceWithControls
+include wxvtk/boxes/bbIsoSurfaceWidget
 load vtk
 load wxvtk
 
 new LoadHola image
 new ImagePlanes planes
-new IsoSurfaceWithControls surface
+new IsoSurfaceWidget surface
 new Viewer3D viewer
 
 connect image.Out planes.In