]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageDilateErode3D.xml
Some cleaning
[bbtk.git] / packages / vtk / src / bbvtkImageDilateErode3D.xml
index c4a35097f4a3e5a9d3d8a0dac34c5674348fba4f..548a128613f934f6f86f30f7c5a7f2ceaeaca3aa 100644 (file)
 
 <vtkparent>vtkImageDilateErode3D</vtkparent>
 
-<input name="In" type="vtkImageData*" special="vtk input" description="Input image"/>
-<output name="Out" type="vtkImageData*" special="vtk output" description="Output image"/>
-<input name="KernelSizeX" type="int" description="Size of the kernel in direction X"/>
-<input name="KernelSizeY" type="int" description="Size of the kernel in direction Y"/>
-<input name="KernelSizeZ" type="int" description="Size of the kernel in direction Z"/>
-<input name="DilateValue" type="double" special="vtk parameter" description="The dilation value"/>
-<input name="ErodeValue" type="double" special="vtk parameter" description="The erosion value"/>
+<input name="In"          type="vtkImageData*" special="vtk input"     description="Input image"/>
+<output name="Out"        type="vtkImageData*" special="vtk output"    description="Output image"/>
+<input name="KernelSizeX" type="int"                                   description="Size of the kernel in direction X"/>
+<input name="KernelSizeY" type="int"                                   description="Size of the kernel in direction Y"/>
+<input name="KernelSizeZ" type="int"                                   description="Size of the kernel in direction Z"/>
+<input name="DilateValue" type="double"        special="vtk parameter" description="The dilation value"/>
+<input name="ErodeValue"  type="double"        special="vtk parameter" description="The erosion value"/>
 
 <process>
 <PRE>