VTK-m  2.0
Classes | Namespaces | Functions
ErrorBadType.h File Reference
#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

VTKM_SILENCE_WEAK_VTABLE_WARNING_END VTKM_CONT_EXPORT 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...