]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkConeSource.xml
Missing include
[bbtk.git] / packages / vtk / src / bbvtkConeSource.xml
index a544b246b1caa03e2583d8c9a7567bfc036d77cd..0faf6f2fd25687f20f1f773e2b4a563fabe1f52b 100644 (file)
@@ -1,73 +1,24 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
 
-<blackbox name="ConeSource" type="vtkPolyDataAlgorithm">
+<blackbox name="ConeSource" type="VTK_PolyDataAlgorithm">
 
 <author>jpr at creatis.insa-lyon.fr</author>
 <description><PRE>Creates a Cone (bbfication of vtkConeSource)</PRE></description>
 <category>mesh</category>
 
-
 <include>vtkConeSource.h</include> 
 <vtkparent>vtkConeSource</vtkparent>
 
-<output 
-  name="Out" 
-  type="vtkPolyData*" 
-  special="vtk output">
-Output Cone
-</output>
-
-<input 
-  name="Radius" 
-  type="double"
-special="vtk parameter">
-Cone Radius
-</input>
-
-<input 
-  name="Resolution" 
-  type="int"
-special="vtk parameter">
-Cone Resolution
-</input>
-
-<input 
-  name="CenterX" 
-  type="double">
-Center X coord
-</input>
-
-<input 
-  name="CenterY" 
-  type="double">
-Center Y coord
-</input>
-
-<input 
-  name="CenterZ" 
-  type="double">
-Center Z coord
-</input>
-
-<input 
-  name="DirectionX" 
-  type="double">
-  X Direction
-</input>
-
-<input 
-  name="DirectionY" 
-  type="double">
-  Y Direction
-</input>
-
-<input 
-  name="DirectionZ" 
-  type="double">
-  Z Direction
-</input>
-
+<output name="Out"       type="vtkPolyData*" special="vtk output"    description="Output Cone"/>
+<input name="Radius"     type="double"       special="vtk parameter" description="Cone Radius"/>
+<input name="Resolution" type="int"          special="vtk parameter" description="Cone Resolution"/>
+<input name="CenterX"    type="double" description="Center X coord"/>
+<input name="CenterY"    type="double" description="Center Y coord"/>
+<input name="CenterZ"    type="double" description="Center Z coord"/>
+<input name="DirectionX" type="double" description="X Direction"/>
+<input name="DirectionY" type="double" description="Y Direction"/>
+<input name="DirectionZ" type="double" description="Z Direction"/>
 
 <process>
 <PRE>
@@ -76,7 +27,7 @@ SetCenter(bbGetInputCenterX(),
           bbGetInputCenterZ());
 
 SetDirection(bbGetInputDirectionX(), 
-          bbGetInputDirectionY(), 
+          bbGetInputDirectionY(),
           bbGetInputDirectionZ());
                     
 SetResolution(bbGetInputResolution());