After a lot of debugging, it turns out the issue is with the SetCells
function of the vtk unstructured grid. Below are the bits of my
Programmable Filter code that are relevant to the seg fault:
output = self.GetOutputDataObject(0)
cellArray = vtk.vtkCellArray()
cellTypes = []
Hi,
I've been experiencing a very weird seg faults in various versions of
ParaView (4.1.x, 4.2.0, 4.3.x) when running an animation (streaming over
time) of my Programmable Filter. I'm not even sure this is a ParaView
issue, but I'll still share my story in case someone has any insights
that they ca