VTK/VTK 6 Migration/vtkType deprecations

From KitwarePublic
< VTK
Jump to navigationJump to search

vtkType.h's VTK_LARGE_ID has been deprecated and renamed to VTK_ID_MAX. A VTK_ID_MIN was also added, which did not exist before.

To update your code, simply find-replace all VTK_LARGE_ID to VTK_ID_MAX.