[vtk-developers] vtkAOSDataArrayTemplate annoying API change

Bill Lorensen bill.lorensen at gmail.com
Wed Mar 23 22:55:56 EDT 2016


Recently the API for vtkAOSDataArrayTemplate was changed.

Set/Get/Insert/InsertNextTupleValue was changed to
Set/Get/Insert/InsertNextTypedTuple.

What was the purpose of the name change?

There are 13 c++ wiki examples that use the old API. I will need to
#if the changed code so that it will still compile with older vtk
versions. I do not turn on legacy options for the examples.

Seems like an arbitrary change to me.

Bill


More information about the vtk-developers mailing list