Skip to content

Added API to array selection for disabling arrays by algorithms.

Berk Geveci requested to merge berkgeveci/vtk:array-selection-state into master

There was no way of disabling an array without causing the object to be modified. This is needed by some readers that set initial state in RequestInformation(). Slightly modified the AddArray() method to support setting disabled state.

Merge request reports