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 edit summary
 
Line 1: Line 1:
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.
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.
To update your code, simply find-replace all VTK_LARGE_ID to VTK_ID_MAX.

Latest revision as of 17:05, 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 your code, simply find-replace all VTK_LARGE_ID to VTK_ID_MAX.