# ---------------------------------- # - 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" new vtk:MetaImageReader reader new std:PrependPackageDataPath prependDatapath set prependDatapath.In "vtk/hola.mhd" new creaMaracasVisu:HistogramView histogramview connect prependDatapath.Out reader.In connect reader.Out histogramview.In # Complex input ports exec histogramview