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 ?
but it doesn’t generate Java wrapper code either. However there are other VTK classes which generate correctly e.g. const vtkIdType* vtkWedge::GetFaceArray()
This is a mystery to me. @dgobbi Do you know where the translation from vtkIdType to long long occurs?