I use vtk 9.5 with java wrapper. vtkCellLinks can be instantiated and built (with BuildLinks()), but GetLink() and GetCells() simply do not appear in the Java wrapper. I can’t figure out how vtkCellLinks can be useful if links cannot be retrieved. Maybe (probably) I miss something.
How can I do to retrieve my links ? Do I have to build in Java a ‘parallel’ structure ?
Any hint will be gratefully appreciated.