Skip to content

vtkDataArray: tuple inserting dispatch fix

Dispatching when setting / inserting tuples in vtkDataArray was being done using Dispatch2SameValueType, which assumes that the underlying value type of the source and the destinations are the same. In order to to allow static casting between arrays, it now uses Dispatch2 instead.

Merge request reports