VTK  9.2.6
vtkmFilterOverrides Class Reference

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.

Detailed Description

A class with static methods to turn vtkm filter overrides on/off at runtime.

Definition at line 22 of file vtkmFilterOverrides.h.

Member Function Documentation

◆ SetEnabled()

void vtkmFilterOverrides::SetEnabled ( bool value)
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.

◆ GetEnabled()

bool vtkmFilterOverrides::GetEnabled ( )
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.

◆ EnabledOn()

void vtkmFilterOverrides::EnabledOn ( )
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 34 of file vtkmFilterOverrides.h.

◆ EnabledOff()

void vtkmFilterOverrides::EnabledOff ( )
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 35 of file vtkmFilterOverrides.h.


The documentation for this class was generated from the following file: