]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs
2332 BBTK Feature New Normal New complex box BaseViewerInfo 2014-03-07 16:34
[bbtk.git] / packages / toolsbbtk / bbs / boxes / BaseViewerInfo.bbs
diff --git a/packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs b/packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs
new file mode 100644 (file)
index 0000000..d1ef908
--- /dev/null
@@ -0,0 +1,50 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/ctorres/work/creatools/creainstall/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include toolsbbtk
+include creaMaracasVisu
+include wx
+include vtk
+
+define BaseViewerInfo toolsbbtk
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new SaveMHD-Button Box00
+
+new ViewerNV Box02
+
+new LayoutTab Box03
+
+new LayoutSplit Box04
+  set Box04.Orientation "h"
+
+new vtkImageDataPointerRelay Box09
+
+new ImageVtkPropertiesWidget Box10
+
+
+connect Box00.Widget Box03.Widget1
+connect Box02.Widget Box04.Widget2
+connect Box03.Widget Box04.Widget1
+connect Box09.Out Box00.In
+connect Box09.Out Box10.in
+connect Box10.widget Box03.Widget2
+connect Box09.Out Box02.In
+
+# Complex input ports
+input Image Box09.In " "
+input TitleAtribute Box04.WinTitle " "
+
+# Complex output ports
+output widget Box04.Widget " "
+
+
+endefine