]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMetaImageReader.xml
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMetaImageReader.xml
index d254bc4253be6665106f5d38a49bdb37229a11eb..891912fecabc6f4a5a81c6f203b0e90c29516904 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());
    Update();
  </PRE></process>
 
-</blackbox>
-
+/*   bbGetOutputOut()->SetSource(NULL);*/
+<serconstructor><PRE>
+std::cout << "$$$$$$ constructing $$$$$"<<std::endl; 
+</PRE></serconstructor>     
+<serdestructor><PRE>  
+std::cout << "$$$$$$ deleting $$$$$"<<std::endl; 
+</PRE></serdestructor>
+</blackbox>