CreatePipeLine(VISU_GaussPointsPL* thePipeLine)
{
VISU_GaussPointsPL* aPipeLine = VISU_GaussPointsPL::New();
+ aPipeLine->SetGaussPtsIDMapper(thePipeLine->GetGaussPtsIDMapper());
aPipeLine->ShallowCopy(thePipeLine);
aPipeLine->Update();
return aPipeLine;
if (!myPipeCopy)
myPipeCopy = VISU_Plot3DPL::New();
if (myPrs) {
+ myPipeCopy->SetIDMapper(myPrs->GetIDMapper());
myPipeCopy->ShallowCopy(myPrs->GetPL());
storeToPrsObject(myPrs);
}
// We create a new PipeLine instance in order to provide
// different representations for different actors (basic and segmented)
VISU_GaussPointsPL* aPipeLine = VISU_GaussPointsPL::New();
+ aPipeLine->SetGaussPtsIDMapper(myGaussPointsPL->GetGaussPtsIDMapper());
aPipeLine->ShallowCopy(myPipeLine);
aPipeLine->Update();
return aPipeLine;
VISU_PipeLine* VISU::Vectors_i::GetPipeLine(){
VISU_PipeLine* aPipeLine = VISU_VectorsPL::New();
+ aPipeLine->SetIDMapper(myPipeLine->GetIDMapper());
aPipeLine->ShallowCopy(myPipeLine);
aPipeLine->Update();
return aPipeLine;