vtk-m2/docs
Kenneth Moreland 3039a18baf Add ability to get an array from a Field for a particular type
This is done through a new version of ApplyPolicy. This version takes
a type of the array as its first template argument, which must be
specified.

This requires having a list of potential storage to try. It will use
that to construct an ArrayHandleMultiplexer containing all potential
types. This list of storages comes from the policy. A StorageList
item was added to the policy.

Types are automatically converted. So if you ask for a vtkm::Float64 and
field contains a vtkm::Float32, it will the array wrapped in an
ArrayHandleCast to give the expected type.
2019-09-09 08:19:15 -06:00
..
changelog Add ability to get an array from a Field for a particular type 2019-09-09 08:19:15 -06:00
CodingConventions.md conslidate the license statement 2019-04-17 10:57:13 -06:00