VTK/Supporting Arrays With Arbitrary Memory Layouts

From KitwarePublic
< VTK
Revision as of 17:49, 6 July 2015 by Utkarsh (talk | contribs)
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.