3 #ifndef vtkmFilterOverrides_h
4 #define vtkmFilterOverrides_h
6 #include "vtkAcceleratorsVTKmFiltersModule.h"
10 VTK_ABI_NAMESPACE_BEGIN
21 static void SetEnabled(
bool value);
22 static bool GetEnabled();
29 #endif // vtkmFilterOverrides_h
A class with static methods to turn vtkm filter overrides on/off at runtime.
static void SetEnabled(bool value)
Runtime enable/disable for VTK-m filter overrides using the object factory.
static void EnabledOn()
Runtime enable/disable for VTK-m filter overrides using the object factory.
static void EnabledOff()
Runtime enable/disable for VTK-m filter overrides using the object factory.