anImplicitBoolean->Delete();
myIsShrinkable = false;
-
}
VISU_PipeLine
{
SetImplicitFunction(thePipeLine->GetImplicitFunction());
- // To restore mapper input from pipeline
- vtkDataSet* aDatsSet = myMapper->GetInput();
GetMapper()->ShallowCopy(thePipeLine->GetMapper());
- myMapper->SetInput(aDatsSet);
+ SetInput(thePipeLine->GetInput());
Build();
}
if(theInput)
theInput->Update();
- myExtractGeometry->SetInput(theInput);
myInput = theInput;
-
- Modified();
+ myExtractGeometry->SetInput(theInput);
}
VISU_PipeLine::TMapper*
::GetMapper()
{
if(GetInput()){
- if(!myMapper->GetInput()){
- GetClippedInput()->Update();
+ if(!myMapper->GetInput())
Build();
- }
myMapper->Update();
}
return myMapper.GetPointer();