2 include std/boxes/bbPrependPackageDataPath
5 description "Loads the image 'hola.mhd'"
6 author "laurent.guigues at creatis.insa-lyon.fr"
7 category "image;read/write"
9 new MetaImageReader reader
10 new PrependPackageDataPath ppdp
11 set ppdp.In "hola.mhd"
12 set ppdp.Package "vtk"
13 connect ppdp.Out reader.In
15 output Out reader.Out "The image"
16 output FileName ppdp.Out "The path to the image loaded"