]> Creatis software - bbtk.git/commitdiff
#3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7
authorEduardo DAVILA <davila@localhost.localdomain>
Fri, 11 Aug 2017 16:22:30 +0000 (18:22 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Fri, 11 Aug 2017 16:22:30 +0000 (18:22 +0200)
packages/vtk/src/bbvtkSphereSource.xml

index 463fca033660643d7873fc5932cd6c315c2c7aaa..c526c82bd8b303fcd26d1c5c7bf73b455a119379 100644 (file)
@@ -14,9 +14,9 @@
 <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="PhiResolution" type="int" description="Sphere PhiResolution" special="vtk parameter" />
-<input name="Radius" type="double" description="Sphere Radius" special="vtk parameter" />
-<input name="ThetaResolution" type="int" description="Sphere ThetaResolution" special="vtk parameter" />
+<input name="PhiResolution" type="int" description="Sphere PhiResolution  (default 10)" special="vtk parameter" />
+<input name="Radius" type="double" description="Sphere Radius  (default 10)" special="vtk parameter" />
+<input name="ThetaResolution" type="int" description="Sphere ThetaResolution  (default 10)" special="vtk parameter" />
 
 <process>
 <PRE>
@@ -38,6 +38,9 @@ if (bbGetInputActive()==true)
 
 <defaultValues><PRE>
   bbSetInputActive(true);
+  bbSetInputRadius(10);
+  bbSetInputPhiResolution(10);
+  bbSetInputThetaResolution(10);
 </PRE></defaultValues>
 
 </blackbox>