From: apo Date: Tue, 6 Dec 2005 12:23:02 +0000 (+0000) Subject: 1. Make selection be in time according to presentation state (deformed/ result) X-Git-Tag: TG-D5-38-2003_D2005-20-12~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f0a891e4f011d1caddb74dd23f8e64795b6e84d5;p=modules%2Fvisu.git 1. Make selection be in time according to presentation state (deformed/ result) 2. Restore picking in segemented view --- 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()); } }