X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FExampleHistogramView.bbs;fp=bbtk%2Fbbs%2Fappli%2FExampleHistogramView.bbs;h=0000000000000000000000000000000000000000;hb=262d5abe9247ac141f42de90a4aead7db582776c;hp=8300da700942a9fe5ceb7401c87345bc6a674140;hpb=40e10ac187f4d21e52464d2e6c84d1579e476a75;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/ExampleHistogramView.bbs b/bbtk/bbs/appli/ExampleHistogramView.bbs deleted file mode 100644 index 8300da7..0000000 --- a/bbtk/bbs/appli/ExampleHistogramView.bbs +++ /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