[vtk-developers] Changes to lookup table

Will Schroeder will.schroeder at kitware.com
Fri Feb 15 11:58:14 EST 2002


Hi Folks-

I reworked the lookup table to use a consistent index type for accessing 
table values, etc. There was a mix of unsigned long, int, and vtkIdType 
(from the underlying vtkUnsignedCharArray). This caused warnings on 
compilers. In addition, there was a hard coded limit 65,532 on the number 
of table values (which has hampered some users). The index type is now 
vtkIdType (it needs to be because of the vtkUnsignedCharArray).

Is there any reason why I should not do this?

Will




More information about the vtk-developers mailing list