VISU::GaussPoints_i
::UpdateActor(VISU_Actor* theActor)
{
- if(VISU_ScalarMapAct* anActor = dynamic_cast<VISU_ScalarMapAct*>(theActor)){
+ if(VISU_GaussPtsAct* anActor = dynamic_cast<VISU_GaussPtsAct*>(theActor)){
if(IsColored()){
anActor->SetBarVisibility(true);
myPipeLine->GetMapper()->SetScalarVisibility(1);
myColor.blue() / 255.0);
}
VISU::ScalarMap_i::UpdateActor(theActor);
- theActor->GetPipeLine()->ShallowCopy(myPipeLine);
+ anActor->GetPSMapper()->ShallowCopy(myGaussPointsPL->GetPSMapper());
}
}