VTK  9.3.20240418
List of all members
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. More...
 
static bool GetEnabled ()
 Runtime enable/disable for VTK-m filter overrides using the object factory. More...
 
static void EnabledOn ()
 Runtime enable/disable for VTK-m filter overrides using the object factory. More...
 
static void EnabledOff ()
 Runtime enable/disable for VTK-m filter overrides using the object factory. More...
 

Detailed Description

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

Definition at line 11 of file vtkmFilterOverrides.h.

Member Function Documentation

◆ SetEnabled()

static 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()

static 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()

static 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 23 of file vtkmFilterOverrides.h.

◆ EnabledOff()

static 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 24 of file vtkmFilterOverrides.h.


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