Recenty i am moving some code from VTK to Activiz 9.4, and i found some function working strangely, for example:
var cellIds = vtkIdList.New();
polyData.GetPointCells(index, cellIds);
The order of cellIds from 0 to N is the exact opposite of the C++ version.