VTK/VTK 6 Migration/vtkType deprecations: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
(Created page with "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 you code, simply find-replace all VTK...")
(No difference)

Revision as of 16:59, 8 April 2013

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 you code, simply find-replace all VTK_LARGE_ID to VTK_ID_MAX.