]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/examplePlanesViewerNV_01.bbs
#3266 creaMaracasVisu Feature New Normal - ManualContour_Box by segments
[creaMaracasVisu.git] / bbtk / bbs / appli / examplePlanesViewerNV_01.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include creaMaracasVisu
13
14 author "laurent.guigues@creatis.insa-lyon.fr"
15 description "Example of the box vtk::ImagePlanes."
16 category "example"
17
18 new vtk:LoadHola reader
19
20 new vtk:ImagePlanes planes
21
22 new creaMaracasVisu:ViewerNV viewer
23   set viewer.WinHeight "400"
24   set viewer.WinTitle "ExampleImagePlanes"
25   set viewer.WinWidth "350"
26   set viewer.nTypeView "7"
27
28
29 connect reader.Out viewer.In
30
31 connect reader.Out planes.In
32
33 connect viewer.Interactor1 planes.Interactor
34
35
36
37 # Complex input ports
38 exec planes