VTK-m
2.2
|
Tag for a device adapter used to avoid specifying a device. More...
#include <DeviceAdapterTag.h>
Public Member Functions | |
constexpr | DeviceAdapterTagUndefined () |
Public Member Functions inherited from vtkm::cont::DeviceAdapterId | |
constexpr bool | operator== (DeviceAdapterId other) const |
constexpr bool | operator!= (DeviceAdapterId other) const |
constexpr bool | operator< (DeviceAdapterId other) const |
constexpr bool | IsValueValid () const |
Return whether this object represents a valid type of device. More... | |
constexpr vtkm::Int8 | GetValue () const |
Returns the numeric value of the index. More... | |
DeviceAdapterNameType | GetName () const |
Return a name representing the device. More... | |
Static Public Attributes | |
static constexpr bool | IsEnabled = false |
Additional Inherited Members | |
Protected Member Functions inherited from vtkm::cont::DeviceAdapterId | |
constexpr | DeviceAdapterId (vtkm::Int8 id) |
Tag for a device adapter used to avoid specifying a device.
Useful as a placeholder when a device can be specified but none is given.
|
inlineconstexpr |
|
staticconstexpr |