]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMetaImageReader.xml
.
[bbtk.git] / packages / vtk / src / bbvtkMetaImageReader.xml
index 38661c6cfa7c4e3993bd0441cc1eaf6aee12b060..e93d4f1528aba4e3e6ef4200d3aee59b334106e7 100644 (file)
 <include>vtkImageData.h</include> 
 <vtkparent>vtkMetaImageReader</vtkparent>
 
-<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"/>
+<input  name="In"  type="std::string"   nature="file name"   description="Name of the file to read"/>  
+<output name="Out" type="vtkImageData*" special="vtk output" description="Output image" />
  
  <process><PRE>
-   SetFileName(bbGetInputIn().c_str());
-   vtkParent::Update();
+   mVtkObject->SetFileName(bbGetInputIn().c_str());
+   mVtkObject->Update();
  </PRE></process>
 
 </blackbox>