VTK/Supporting Arrays With Arbitrary Memory Layouts
From KitwarePublic
Jump to navigationJump to search
Background
Not too long ago, the notion of Mapped Arrays was introduced in VTK. The main objective behind these was to add support to handle data arrays with arbitrary memory layouts in VTK. This motivation was to support in-situ data processing use-cases without having to deep-copy arrays from simulation datastructures to VTK's memory layout when the simulation used different memory layout that VTK's.