Skip to content

add(vtkIndexedArray): a new type of implicit array referencing an explicit array

Julien Fausty requested to merge julien.fausty/vtk:indexedArrays into master

vtkIndexedArray is a vtkImplicitArray that wraps another data array and an indexation of that array to expose an interface to a reduced number of values.

Merge request reports