]> Creatis software - bbtk.git/blob - kernel/appli/bbCreateBlackBox/xml-templates/VTK_ImageAlgorithm-template.xml
3f0f0eccbe4297ae58a561be635b644b308e065b
[bbtk.git] / kernel / appli / bbCreateBlackBox / xml-templates / VTK_ImageAlgorithm-template.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <blackbox name="__BLACKBOXNAME__" type="VTK_ImageAlgorithm">
4
5 <author>__AUTHOR__</author>
6 <description><PRE>__DESCRIPTION__</PRE></description>
7 <category>__CategoryBlackBox__</category>
8
9 <include>vtkImageAnisotropicDiffusion3D.h</include> 
10 <include>vtkImageData.h</include> 
11 <vtkparent>vtkImageAnisotropicDiffusion3D</vtkparent>
12
13 <input name="In" type="vtkImageData*" special="vtk input" description="Input image"/>
14 <output name="Out" type="vtkImageData*" special="vtk output" description="Output image"/>
15 <input name="DiffusionThreshold" type="double" special="vtk parameter" description="Difference threshold that stops diffusion"/>
16
17 </blackbox>
18
19