Skip to content

Refactor DynamicArrayHandle cast and call

This adds a CrossPoduct operation to vtkm::TypeLists and uses that to build the CastAndCall code for DynamicArrayHandle.

This refactor was done to mainly reduce the complexity of reading CastAndCall, and has no negative effect on binary size or compile time.

Merge request reports