vtk-m/examples/isosurface
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
..
CMakeLists.txt Remove direct use of TBB_LIBRARIES and TBB_INCLUDE_DIRS 2015-11-12 14:34:31 -07:00
IsosurfaceUniformGrid.cu Update Isosurface Example to properly use the correct device adapter. 2015-09-15 14:18:36 -04:00
IsosurfaceUniformGrid.cxx Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
IsosurfaceUniformGridTBB.cxx Switch over to a simpler way to specify the vtkm backend. 2015-09-16 13:16:25 -04:00
quaternion.h Correct warnings in the isosurface example. 2015-09-17 14:19:18 -04:00