]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMetaImageReader.xml
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMetaImageReader.xml
index a35231da3585afbe1ea72c1b99c03f75da138546..020ce3b2df1e157326475523b781864e2e1e6aae 100644 (file)
@@ -12,7 +12,7 @@
 
 <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());
    Update();