VTK/VTK 6 Migration/vtkType deprecations

From KitwarePublic
< VTK
Revision as of 17:05, 8 April 2013 by Seanmcbride (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.