UnknownArrayHandle and UncertainArrayHandle for runtime-determined types
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.