Forked from
VTK / VTK
33407 commits behind the upstream repository.

Sujin Philip
authored
Certain places were using ints instead of vtkIdType resulting in segmentation faults for large datasets. This fix is based on vtkSynchronizedTemplates3D which was already fixed.