]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleHistogramView.bbs
Give the scripts kosher names
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleHistogramView.bbs
diff --git a/bbtk/bbs/appli/ExampleHistogramView.bbs b/bbtk/bbs/appli/ExampleHistogramView.bbs
deleted file mode 100644 (file)
index 8300da7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-description "creaMaracasVisu::HistogramView box example. "
-category "example"
-author "eduardo.davila@creatis.insa-lyon.fr"
-
-
-
-load wx
-load std
-load creaMaracasVisu
-load vtk
-
-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
-
-print $prependDatapath.Out$\n
-connect reader.Out histogramview.In
-exec histogramview