Skip to content

Accelerated and thread-capable attribute data processing

vtkDataSetAttributes (and subclasses vtkPointData and vtkCellData) is not safe for multithreading, and is inefficient for certain operations. The vtkArrayListTemplate addresses these problems, however it's limitation is that it does not support incremental insertion.

Merge request reports