X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereSource.xml;h=bad1264e4290c4d2c1541be59b9caaee9f554acc;hb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;hp=483897fa2cd111267393ca8842d93d4c12dbfdc6;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereSource.xml b/packages/vtk/src/bbvtkSphereSource.xml index 483897f..bad1264 100644 --- a/packages/vtk/src/bbvtkSphereSource.xml +++ b/packages/vtk/src/bbvtkSphereSource.xml @@ -1,6 +1,6 @@ - + jpr@creatis.insa-lyon.fr
Creates a Sphere (bbfication of vtkSphereSource)
@@ -9,60 +9,19 @@ vtkSphereSource.h vtkSphereSource - -Output Sphere - - - -Center X coord - - - -Center Y coord - - - -Center Z coord - - - -Sphere PhiResolution - - - -Sphere Radius - - - -Sphere ThetaResolution - + + + + + + +
 SetCenter(bbGetInputCenterX(), 
           bbGetInputCenterY(), 
           bbGetInputCenterZ());
-SetPhiResolution(bbGetInputPhiResolution());
-SetRadius((double)bbGetInputRadius());
-SetThetaResolution(bbGetInputThetaResolution());
 Update();