Skip to content
  • Kenneth Moreland's avatar
    Add UnknownArrayHandle::NewInstanceFloatBasic · d51fdadd
    Kenneth Moreland authored
    This provides the ability to convert an array handle of an unknown value
    type to an array handle that has `vtkm::FloatDefault` as its base
    component type. Thus subsequently lets you pull the components as
    `vtkm::FloatDefault` without having to worry about type conflicts.
    d51fdadd