]> Creatis software - bbtk.git/blobdiff - packages/vtk/bbs/boxes/bbLoadHola_vtkPolyData.bbs
re indent
[bbtk.git] / packages / vtk / bbs / boxes / bbLoadHola_vtkPolyData.bbs
index d583de6eb4ec3602647fe59d749c76e0108ab2ec..b90b6df15efccdff65bdbf7db4cfdcbd4e88f27e 100644 (file)
@@ -4,7 +4,7 @@ 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"
+  category "mesh;read/write"
 
   new PolyDataReader reader
   new PrependPackageDataPath ppdp
@@ -13,6 +13,6 @@ define LoadHola_vtkPolyData vtk
   connect ppdp.Out reader.In
  
   output Out reader.Out "The poly data"
-  output FileName ppdp.Out "The path to the image loaded"
+  output FileName ppdp.Out "The path to the mesh to load"
 
 endefine