Viskores
1.0
|
#include <Initialize.h>
Public Attributes | |
DeviceAdapterId | Device = DeviceAdapterTagUndefined{} |
The device passed into --viskores-device argument. More... | |
std::string | Usage |
A usage statement for arguments parsed by Viskores. More... | |
DeviceAdapterId viskores::cont::InitializeResult::Device = DeviceAdapterTagUndefined{} |
The device passed into --viskores-device
argument.
If no device was specified, then this value is set to DeviceAdapterTagUndefined
. Note that if the user specifies "any" device, then this value can be set to DeviceAdapterTagAny
, which is a pseudo-tag that allows any supported device.
std::string viskores::cont::InitializeResult::Usage |
A usage statement for arguments parsed by Viskores.
If the calling code wants to print a usage statement documenting the options that can be provided on the command line, then this string can be added to document the options supported by Viskores.