X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FexampleGimmick.bbs;fp=bbtk%2Fbbs%2Fappli%2FexampleGimmick.bbs;h=0000000000000000000000000000000000000000;hb=0755a4ebf9dbae13e6f1a2204542ec052190f168;hp=a58bb5492def457f7ec89fb4a1560385ceae2341;hpb=a0e82d165951ac064a95dfa9360590db49bc8d77;p=creaImageIO.git diff --git a/bbtk/bbs/appli/exampleGimmick.bbs b/bbtk/bbs/appli/exampleGimmick.bbs deleted file mode 100644 index a58bb54..0000000 --- a/bbtk/bbs/appli/exampleGimmick.bbs +++ /dev/null @@ -1,47 +0,0 @@ -load creaImageIO - -description "Example of the Gimmick box" -author "laurent.guigues at creatis.insa-lyon.fr" -category "example" - -#include vtk/boxes/bbLoadHola -include wxvtk/boxes/bbIsoSurfaceWithControls -load vtk -load itk -load itkvtk -load wxvtk - -#new LoadHola image -new Gimmick reader -new ImagePlanes planes -new IsoSurfaceWithControls surface -new Viewer3D viewer - -connect reader.Out planes.In -connect planes.PlaneX viewer.Obs1 -connect planes.PlaneY viewer.Obs2 -connect planes.PlaneZ viewer.Obs3 - -connect reader.Out surface.In -connect surface.Out viewer.In1 -connect surface.BoxChange viewer.BoxExecute - -new LayoutSplit main -new LayoutLine controls -connect viewer.Widget main.Widget1 -connect controls.Widget main.Widget2 -connect surface.Widget controls.Widget1 - -set surface.Isovalue 100 -set surface.Opacity 100 -set surface.Colour "0.5 0 0" -set surface.Title "Iso-surface" - -load std -set viewer.WinTitle "Gimmick! example" -set viewer.WinWidth 350 -set viewer.WinHeight 400 - - -exec viewer -