VTK-m
2.0
|
#include <vtkm/cont/Error.h>
#include <vtkm/cont/DeviceAdapterTag.h>
#include <vtkm/cont/vtkm_cont_export.h>
Go to the source code of this file.
Classes | |
class | vtkm::cont::ErrorBadDevice |
This class is thrown when VTK-m performs an operation that is not supported on the current device. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
VTKM_SILENCE_WEAK_VTABLE_WARNING_END VTKM_CONT_EXPORT void | vtkm::cont::throwFailedRuntimeDeviceTransfer (const std::string &className, vtkm::cont::DeviceAdapterId device) |
Throws an ErrorBadeDevice exception with the following message: "VTK-m was unable to transfer className to DeviceAdapter[id,name]. More... | |