]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereSource.xml
.
[bbtk.git] / packages / vtk / src / bbvtkSphereSource.xml
index 113aa8d33a84e8cc7e1fd5bb01cf0387fff49826..b2e7d02ea0430d0189d3d56c3026b17b65131c66 100644 (file)
 
 <process>
 <PRE>
-SetCenter(bbGetInputCenterX(), 
+mVtkObject->SetCenter(bbGetInputCenterX(), 
           bbGetInputCenterY(), 
           bbGetInputCenterZ());
-SetPhiResolution(bbGetInputPhiResolution());
-SetRadius((double)bbGetInputRadius());
-SetThetaResolution(bbGetInputThetaResolution());
-Update();
+mVtkObject->Update();
 </PRE>
 </process>