X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FexamplePlanesViewerNV_01.bbs;h=c475ccc03c6a774a0fc0190879a85becf547695d;hb=8ff1bd01f3b914e504bf3260fdcc79d026dfac68;hp=f89dd9bfe91c38c6d4e1833a54bc8bbf8117ba5f;hpb=262d5abe9247ac141f42de90a4aead7db582776c;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs b/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs index f89dd9b..c475ccc 100644 --- a/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs +++ b/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs @@ -1,24 +1,38 @@ -description "Example of the box vtk::ImagePlanes." +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/examplePlanesViewerNV_01.bbs +# ---------------------------------- + +# BBTK GEditor Script +# ---------------------- + +include std +include itkvtk +include vtk +include creaMaracasVisu + author "laurent.guigues@creatis.insa-lyon.fr" +description "Example of the box vtk::ImagePlanes." category "example" -include vtk/boxes/bbLoadHola -load vtk -load creaMaracasVisu +new vtk:LoadHola reader -new LoadHola image -new ImagePlanes planes -new ViewerNV viewer -connect image.Out viewer.In +new vtk:ImagePlanes planes + +new creaMaracasVisu:ViewerNV viewer + set viewer.WinHeight "400" + set viewer.WinTitle "ExampleImagePlanes" + set viewer.WinWidth "350" set viewer.nTypeView "7" -connect image.Out planes.In + +connect reader.Out viewer.In + +connect reader.Out planes.In + connect viewer.Interactor1 planes.Interactor -load std -set viewer.WinTitle "ExampleImagePlanes" -set viewer.WinWidth 350 -set viewer.WinHeight 400 -#set viewer.Slice 20 -exec planes \ No newline at end of file + +# Complex input ports +exec planes