VTK-m
2.2
|
#include <vtkm/cont/Error.h>
Go to the source code of this file.
Classes | |
class | vtkm::cont::ErrorBadType |
This class is thrown when VTK-m encounters data of a type that is incompatible with the current operation. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::cont | |
VTK-m Control Environment. | |
Functions | |
void | vtkm::cont::throwFailedDynamicCast (const std::string &baseType, const std::string &derivedType) |
Throws an ErrorBadType exception with the following message: Cast failed: baseType --> derivedType" . More... | |