I’m trying to look into the feasibility of replacing an unstructured grid in my program with a vtkCellGrid to be able to support discontinuous contours. Are there any simple examples on how to get the connectivity and cell type defined? And how to set the contour? It’s not obvious to me after looking through the object documentation and the example it links.
@raungst vtkCellGrid does not yet provide isocontouring. I have some ongoing work to address it but it will not be more than a prototype for the coming year (unless we get a grant or other funding to let me spend more time on it).
At the moment, I’m just looking for an example to get something simple up and running. Basically the code that sets up a few cells and puts a contour on it like I’ve seen in the pictures in your blog posts. Most of the testing examples load data from .dg files that I can’t seem to find, so its hard to figure out how the grid gets set up.