]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMetaImageReader.xml
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMetaImageReader.xml
index 8c50c7878375811f464878d3d65001d26a7c415d..98540bd9e7c6c87f5cc5d84b126a52dd81335936 100644 (file)
 <include>vtkImageData.h</include> 
 <vtkparent>vtkMetaImageReader</vtkparent>
 
-<input name="In" type="std::string" description="Filename"/>  
+<input name="In" type="std::string" nature="file name" description="Name of the file to read"/>  
 <output name="Out" type="vtkImageData*" description="Output image" special="vtk output"/>
+ <process><PRE>
+   SetFileName(bbGetInputIn().c_str());
+   vtkParent::Update();
+ </PRE></process>
 
-</blackbox>
-
+</blackbox>