]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Porting to VTK 6.
authorouv <ouv@opencascade.com>
Thu, 28 Feb 2013 09:14:40 +0000 (09:14 +0000)
committerouv <ouv@opencascade.com>
Thu, 28 Feb 2013 09:14:40 +0000 (09:14 +0000)
Debug.

src/OBJECT/VISU_DataSetActor.cxx

index 00e3100d2afb8474124e56054db31d1b7006fe2d..3edb3fbb462f0ebebae3df157ef475a304f7a437 100644 (file)
@@ -108,6 +108,7 @@ VISU_DataSetActor
     myMapper->SetInputConnection(myExtractor->GetOutputPort());
   }
   //  myMapper->SetInputData(theDataSet);
+  myMapper->Update();
   SetMapper(myMapper.GetPointer());
 }