]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuImageActor.cxx
Bug Modified pipeline
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuImageActor.cxx
index efe3159914cdb2482de5c0cf2d1613e0a37824e6..c016625aaa4adce9f58c5b179487733cf7e057f6 100644 (file)
@@ -127,6 +127,7 @@ vtkLookupTable *table = vtkLookupTable::New();
                                imageactor->GetMapper()->SetInput( color->GetOutput() );
 #else
                                color->SetInputData( img );
+                               color->Update();
                                imageactor->GetMapper()->SetInputData( color->GetOutput() );
 #endif
                                imageactor->GetProperty()->SetInterpolationTypeToNearest();