Using VTK to save manage and write external array

Sounds good!

vtkXMLImageDataWriter might not be as fast because it does 2 things, SOA get converted to AOS while writing, and potentially it does some kind of compression (which you can deactivate).

1 Like