description "Demo of the box DoubleSlicer." author "laurent.guigues at creatis.insa-lyon.fr" category "example" include vtk/boxes/bbLoadHola include wxvtk/boxes/bbDoubleSlicer new LoadHola image1 new LoadHola image2 new DoubleSlicer viewer load itkvtk connect image1.Out viewer.In1 connect image2.Out viewer.In2 load std set viewer.WinTitle "ExampleDoubleSlicer" set viewer.WinWidth 600 set viewer.WinHeight 400 set viewer.Orientation 0 exec viewer