-
- Downloads
Fix reference loops involving vtkCutter's helpers
The vtkCutter has several member algorithms that it delegates to. Since vtkCutter holds references to these other algorithms (rather than just creating them temporarily during execution), and since they share the vtkCutter's input, they can result in reference loops via the pipeline. Therefore they must be reported to the garbage collector.
Loading