load vtk include std/boxes/bbPrependPackageDataPath define LoadHola_vtkPolyData vtk description "Loads the image 'hola_vtkPolyData.vtk'" author "eduardo.davila at creatis.insa-lyon.fr" category "image;read/write" new PolyDataReader reader new PrependPackageDataPath ppdp set ppdp.In "hola_vtkPolyData.vtk" set ppdp.Package "vtk" connect ppdp.Out reader.In output Out reader.Out "The poly data" output FileName ppdp.Out "The path to the image loaded" endefine