X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereList.cxx;fp=packages%2Fvtk%2Fsrc%2FbbvtkSphereList.cxx;h=5664b47464ad8ae57ed46c28c67689dd295f01d1;hb=08ce916eba56a6111014712fc931a1cce7e8f877;hp=24538a70c4f48013b30fd91b953d3aebb87e8f05;hpb=1f305cb33157b21a82c7d0a97170ce09e580db0c;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereList.cxx b/packages/vtk/src/bbvtkSphereList.cxx index 24538a7..5664b47 100644 --- a/packages/vtk/src/bbvtkSphereList.cxx +++ b/packages/vtk/src/bbvtkSphereList.cxx @@ -140,6 +140,7 @@ void SphereList::Process() #if VTK_MAJOR_VERSION <= 5 newMapper -> SetInput( newSphere -> GetOutput() ); #else + newSphere -> Update(); newMapper -> SetInputData( newSphere -> GetOutput() ); #endif