vtk-m/examples
Robert Maynard c70da5fc23 Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier.
Previously each device adapter only had a unique string name. This was
not the best when it came to developing data structures to track the status
of a given device at runtime.

This adds in a unique numeric identifier to each device adapter. This will
allow classes to easily create bitmasks / lookup tables for the validity of
devices.
2015-12-16 11:18:52 -05:00
..
clipping Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
hello_world Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
isosurface Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
multi_backend Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
streamline Fix conversion warnings in streamline example. 2015-11-30 14:14:07 -07:00
tetrahedra Remove direct use of TBB_LIBRARIES and TBB_INCLUDE_DIRS 2015-11-12 14:34:31 -07:00
CMakeLists.txt StreamLine filter outputs dataset. Add example. 2015-11-23 12:54:12 -07:00