::ShallowCopy(VISU_PipeLine *thePipeLine)
{
SetIDMapper(thePipeLine->GetIDMapper());
- myMapper->ShallowCopy(thePipeLine->GetMapper());
+ GetMapper()->ShallowCopy(thePipeLine->GetMapper());
Build();
if(VISU_GaussPointsPL *aPipeLine = dynamic_cast<VISU_GaussPointsPL*>(thePipeLine)){
SetScaling(aPipeLine->GetScaling());
SetGaussMesh(aPipeLine->GetGaussMesh());
+ SetClamp(aPipeLine->GetClamp());
+ SetRelativeSize(aPipeLine->GetRelativeSize());
SetRelativeMinSize(aPipeLine->GetRelativeMinSize());
SetRelativeMaxSize(aPipeLine->GetRelativeMaxSize());
+ SetMagnification(aPipeLine->GetMagnification());
+ SetMagnificationIncrement(aPipeLine->GetMagnificationIncrement());
Init();
}
}
::ShallowCopy(VISU_PipeLine *thePipeLine)
{
SetIDMapper(thePipeLine->GetIDMapper());
- myMapper->ShallowCopy(thePipeLine->GetMapper());
+ GetMapper()->ShallowCopy(thePipeLine->GetMapper());
SetImplicitFunction(thePipeLine->GetImplicitFunction());
Build();
}