2. Restore picking in segemented view
VISU_GaussPtsAct
::GetMapper()
{
+ myMapper->Update();
return Superclass::GetMapper();
}
{
if(MYDEBUG2) MESSAGE("VISU_GaussPtsAct2::SetMapperInput - this = "<<this);
- Superclass::SetMapperInput(theDataSet);
-
if(VISU_GaussPointsPL* aPipeLine = CreatePipeLine(GetGaussPointsPL())){
myDeviceActor->SetPipeLine(aPipeLine);
myCurrentPL = aPipeLine;
aPipeLine->Delete();
+
+ myMapper->SetInput(myCurrentPL->GetPickableDataSet());
+ SetMapper(myMapper.GetPointer());
}
}