]> Creatis software - creaMaracasVisu.git/commitdiff
Bug Modified pipeline
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 24 Nov 2020 09:29:53 +0000 (10:29 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 24 Nov 2020 09:29:53 +0000 (10:29 +0100)
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();