From 4b2a99534d79424c7892e09160a1488604741064 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 24 Nov 2020 10:29:53 +0100 Subject: [PATCH] Bug Modified pipeline --- bbtk/src/bbmaracasvisuImageActor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/bbtk/src/bbmaracasvisuImageActor.cxx b/bbtk/src/bbmaracasvisuImageActor.cxx index efe3159..c016625 100644 --- a/bbtk/src/bbmaracasvisuImageActor.cxx +++ b/bbtk/src/bbmaracasvisuImageActor.cxx @@ -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(); -- 2.45.1