]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMetaImageReader.xml
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMetaImageReader.xml
index 8c50c7878375811f464878d3d65001d26a7c415d..d254bc4253be6665106f5d38a49bdb37229a11eb 100644 (file)
 <input name="In" type="std::string" description="Filename"/>  
 <output name="Out" type="vtkImageData*" description="Output image" special="vtk output"/>
 
+ <process><PRE>
+   SetFileName(bbGetInputIn().c_str());
+   Update();
+ </PRE></process>
+
 </blackbox>