Skip to content

Fix/vtktopng

Chris Cantwell requested to merge fix/vtktopng into master

The MR makes the pointer management in the VtkToPng utility consistent. Previously some pointers were vtkSmartPointers, while others were not, leading to poor memory management practices.

Merge request reports