|
VTK-m
2.3
|
#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 | |
| 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... | |
1.8.17