load vtk include util/boxes/bbPrependPackageDataPath define LoadHola description "Loads the image 'hola.mhd'" author "laurent.guigues at creatis.insa-lyon.fr" category "image;misc" new MetaImageReader reader new PrependPackageDataPath ppdp set ppdp.In "hola.mhd" set ppdp.Package "util" connect ppdp.Out reader.In output Out reader.Out "The image" output FileName ppdp.Out "The path to the image loaded" endefine