Skip to content

UnknownArrayHandle and UncertainArrayHandle for runtime-determined types

Kenneth Moreland requested to merge kmorel/vtk-m:unknown-array-handle into master

Two new classes have been added to VTK-m: UnknownArrayHandle and UncertainArrayHandle. These classes serve the same purpose as the set of VariantArrayHandle classes and will replace them.

Motivated mostly by the desire to move away from ArrayHandleVirtual, we have multiple reasons to completely refactor the VariantArrayHandle class. These include changing the implementation, some behavior, and even the name.

Merge request reports