VTK
9.4.20241121
|
A class with static methods to turn vtkm filter overrides on/off at runtime. More...
#include <vtkmFilterOverrides.h>
Static Public Member Functions | |
static void | SetEnabled (bool value) |
Runtime enable/disable for VTK-m filter overrides using the object factory. | |
static bool | GetEnabled () |
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. | |
A class with static methods to turn vtkm filter overrides on/off at runtime.
Definition at line 11 of file vtkmFilterOverrides.h.
|
static |
Runtime enable/disable for VTK-m filter overrides using the object factory.
This only has effect if the cmake option VTK_ENABLE_VTKM_OVERRIDES
is set. This also only affects filters that have a VTK-m override. Disabled by default.
|
static |
Runtime enable/disable for VTK-m filter overrides using the object factory.
This only has effect if the cmake option VTK_ENABLE_VTKM_OVERRIDES
is set. This also only affects filters that have a VTK-m override. Disabled by default.
|
inlinestatic |
Runtime enable/disable for VTK-m filter overrides using the object factory.
This only has effect if the cmake option VTK_ENABLE_VTKM_OVERRIDES
is set. This also only affects filters that have a VTK-m override. Disabled by default.
Definition at line 23 of file vtkmFilterOverrides.h.
|
inlinestatic |
Runtime enable/disable for VTK-m filter overrides using the object factory.
This only has effect if the cmake option VTK_ENABLE_VTKM_OVERRIDES
is set. This also only affects filters that have a VTK-m override. Disabled by default.
Definition at line 24 of file vtkmFilterOverrides.h.