X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fappli%2FexampleView3DImage1.bbs;h=bffee89c1e0daf32944a53edb3e53c8aa44b1e4f;hb=1118092d8cad350d15853d67bcf5858eea41073e;hp=3b79bf709513011555b0b70c2a05ca61cbf4357e;hpb=95d29d27866e787a059e50f4df2c3df34336fe75;p=bbtk.git diff --git a/packages/wxvtk/bbs/appli/exampleView3DImage1.bbs b/packages/wxvtk/bbs/appli/exampleView3DImage1.bbs index 3b79bf7..bffee89 100644 --- a/packages/wxvtk/bbs/appli/exampleView3DImage1.bbs +++ b/packages/wxvtk/bbs/appli/exampleView3DImage1.bbs @@ -1,15 +1,15 @@ -description "Example of complex 3D view of an image using vtk::ImagePlanes and wxvtk::IsoSurfaceWithControls. Screenshot : " +description "Example of complex 3D view of an image using vtk::ImagePlanes and wxvtk::IsoSurfaceWidget. Screenshot : " 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