Skip to content

Add ArrayHandleView

Kenneth Moreland requested to merge kmorel/vtk-m:array-handle-view into master

Adds a fancy array handle that restricts access to an array to some window of values. It takes a start offset and a size and represents the values between that start offset and size past that.

Merge request reports