Viskores  1.0
Classes | Namespaces | Functions
ErrorBadType.h File Reference
#include <viskores/cont/Error.h>

Go to the source code of this file.

Classes

class  viskores::cont::ErrorBadType
 This class is thrown when Viskores encounters data of a type that is incompatible with the current operation. More...
 

Namespaces

 viskores
 Groups connected points that have the same field value.
 
 viskores::cont
 Viskores Control Environment.
 

Functions

void viskores::cont::throwFailedDynamicCast (const std::string &baseType, const std::string &derivedType)
 Throws an ErrorBadType exception with the following message: Cast failed: baseType --> derivedType". More...