X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereSource.xml;h=967cd2d1c9ad28d6637699dd9ef8ec99ca006c5f;hb=4fa2c10f297c466a9dff2b75f326a545c5157f84;hp=bad1264e4290c4d2c1541be59b9caaee9f554acc;hpb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereSource.xml b/packages/vtk/src/bbvtkSphereSource.xml index bad1264..967cd2d 100644 --- a/packages/vtk/src/bbvtkSphereSource.xml +++ b/packages/vtk/src/bbvtkSphereSource.xml @@ -7,7 +7,7 @@ mesh vtkSphereSource.h -vtkSphereSource +vtkSphereSource @@ -19,10 +19,10 @@
-SetCenter(bbGetInputCenterX(), 
+bbGetVtkObject()->SetCenter(bbGetInputCenterX(), 
           bbGetInputCenterY(), 
           bbGetInputCenterZ());
-Update();
+bbGetVtkObject()->Update();