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