VTK
9.5.20251010
|
Base class for VTK-m algorithms. More...
#include <vtkmAlgorithm.h>
Inherits AlgorithmT.
Public Member Functions | |
vtkTemplateTypeMacro (vtkmAlgorithm, AlgorithmT) | |
Standard methods for instantiation, type information, and printing. | |
virtual bool | GetForceVTKm () |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run. | |
virtual void | SetForceVTKm (bool) |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run. | |
virtual void | ForceVTKmOn () |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run. | |
virtual void | ForceVTKmOff () |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run. | |
Protected Member Functions | |
vtkmAlgorithm ()=default | |
Protected Attributes | |
bool | ForceVTKm = false |
Base class for VTK-m algorithms.
This class is used to define methods and properties that are common to all VTK-m algorithms.
vtkPassInputTypeAlgorithm
:Definition at line 47 of file vtkmAlgorithm.h.
|
protecteddefault |
vtkmAlgorithm< AlgorithmT >::vtkTemplateTypeMacro | ( | vtkmAlgorithm< AlgorithmT > | , |
AlgorithmT | |||
) |
Standard methods for instantiation, type information, and printing.
|
virtual |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run.
When the flag is on, the filter will generate an error if Viskores fails to run. This is mostly useful in testing to make sure the expected algorithm is run.
|
virtual |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run.
When the flag is on, the filter will generate an error if Viskores fails to run. This is mostly useful in testing to make sure the expected algorithm is run.
|
virtual |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run.
When the flag is on, the filter will generate an error if Viskores fails to run. This is mostly useful in testing to make sure the expected algorithm is run.
|
virtual |
When this flag is off (the default), then the computation will fall back to the serial VTK version if Viskores fails to run.
When the flag is on, the filter will generate an error if Viskores fails to run. This is mostly useful in testing to make sure the expected algorithm is run.
|
protected |
Definition at line 75 of file vtkmAlgorithm.h.