]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/exampleHistogramView.bbs
#3316 creaVtk Feature New - NormalVoiMPR box
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleHistogramView.bbs
index 8300da700942a9fe5ceb7401c87345bc6a674140..c112884d37bdd9a2d52555a00b5878b78335fa7b 100644 (file)
@@ -1,22 +1,34 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleHistogramView.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include vtk
+include std
+include creaMaracasVisu
+
+author "eduardo.davila@creatis.insa-lyon.fr"
 description "creaMaracasVisu::HistogramView box example. "
 category "example"
-author "eduardo.davila@creatis.insa-lyon.fr"
 
+new vtk:MetaImageReader reader
 
+new std:PrependPackageDataPath prependDatapath
+  set prependDatapath.In "vtk/hola.mhd"
 
-load wx
-load std
-load creaMaracasVisu
-load vtk
+new creaMaracasVisu:HistogramView histogramview
 
-new MetaImageReader reader
-include  std/boxes/bbPrependPackageDataPath.bbs
-new PrependPackageDataPath prependDatapath
-  set prependDatapath.In "vtk/hola.mhd"
-  connect prependDatapath.Out reader.In
 
-new HistogramView histogramview
+connect prependDatapath.Out reader.In
 
-print $prependDatapath.Out$\n
 connect reader.Out histogramview.In
+
+
+
+# Complex input ports
 exec histogramview