<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi folks,<br><br>I've written a set of STL-compatible utilities that allow vtkDataArrays to be efficiently used with STL algorithms as well as with C++11 for-range syntax. This consists of TupleRanges, which iterate through an array tuple-by-tuple and component-by-component, and ValueRanges, which iterate element-by-element using AOS-ordering.<br><br>I've linked a blog post describing them in more detail, and a merge request available to play with / review / nitpick for anyone interested in doing so =)<br><br><a href="https://blog.kitware.com/c11-for-range-support-in-vtk/">https://blog.kitware.com/c11-for-range-support-in-vtk/</a><br><a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/4826">https://gitlab.kitware.com/vtk/vtk/merge_requests/4826</a><br><br>Allie</div></div></div>