I was converting VTK version from 5.0.3 to 9.0.1.
Therefore, I’d to change some custom vtk clas using vtkPolyDataAlgorithm.
In that process, I changed the pipeline.
I’m finding why converted source don’t render actors correctly, so I tried to change some code between pipeline and just data.
1: about RequestData - #7 by Hyunwoo_Kim
2: vtkImageData rendering issue
here is my issues, and If you have any solution, It would be so appreciated…