]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereList.cxx
#3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7
[bbtk.git] / packages / vtk / src / bbvtkSphereList.cxx
index 24538a70c4f48013b30fd91b953d3aebb87e8f05..5664b47464ad8ae57ed46c28c67689dd295f01d1 100644 (file)
@@ -140,6 +140,7 @@ void SphereList::Process()
 #if VTK_MAJOR_VERSION <= 5
                                        newMapper -> SetInput( newSphere -> GetOutput() );      
 #else
+                                       newSphere -> Update();
                                        newMapper -> SetInputData( newSphere -> GetOutput() );  
 #endif