From f0a891e4f011d1caddb74dd23f8e64795b6e84d5 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 6 Dec 2005 12:23:02 +0000 Subject: [PATCH] 1. Make selection be in time according to presentation state (deformed/ result) 2. Restore picking in segemented view --- src/OBJECT/VISU_GaussPtsAct.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/OBJECT/VISU_GaussPtsAct.cxx b/src/OBJECT/VISU_GaussPtsAct.cxx index 9c69b73c..c0c1e5c8 100644 --- a/src/OBJECT/VISU_GaussPtsAct.cxx +++ b/src/OBJECT/VISU_GaussPtsAct.cxx @@ -205,6 +205,7 @@ vtkMapper* VISU_GaussPtsAct ::GetMapper() { + myMapper->Update(); return Superclass::GetMapper(); } @@ -1261,12 +1262,13 @@ VISU_GaussPtsAct2 { if(MYDEBUG2) MESSAGE("VISU_GaussPtsAct2::SetMapperInput - this = "<SetPipeLine(aPipeLine); myCurrentPL = aPipeLine; aPipeLine->Delete(); + + myMapper->SetInput(myCurrentPL->GetPickableDataSet()); + SetMapper(myMapper.GetPointer()); } } -- 2.39.2