]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To fix view selection data functionality
authorapo <apo@opencascade.com>
Fri, 18 May 2007 10:37:57 +0000 (10:37 +0000)
committerapo <apo@opencascade.com>
Fri, 18 May 2007 10:37:57 +0000 (10:37 +0000)
src/VISUGUI/VisuGUI_Selection.cxx

index c0c1a63a67b786a3cae38c3bba586eaab856961e..ea34da3943de4ddf205323c51e5210adda57ba26 100644 (file)
@@ -452,7 +452,7 @@ void VisuGUI_SelectionDlg::onSelectionEvent() {
 
       aSelector->GetIndex(anIO, aMapIndex);
 
-      vtkDataSet* aDataSet = anVISUActor->GetInput();
+      vtkDataSet* aDataSet = anVISUActor->GetMapper()->GetInput();
       vtkPointData* aPntData = aDataSet->GetPointData();
 
       for (int ind = 1; ind <= aMapIndex.Extent(); ind++) {