28 #include "vtkAcceleratorsVTKmModule.h" 41 void PrintSelf(ostream &os,
vtkIndent indent) override;
47 vtkGetMacro(ClipValue,
double)
54 vtkGetMacro(ComputeScalars,
bool)
63 vtkGetObjectMacro(ClipFunction, vtkImplicitFunction);
72 vtkInformationVector*) override;
74 int FillInputPortInformation(
int port, vtkInformation*
info) override;
79 vtkImplicitFunction *ClipFunction;
80 tovtkm::ImplicitFunctionConverter ClipFunctionConverter;
83 vtkmClip(const vtkmClip&) = delete;
84 void operator=(const vtkmClip&) = delete;
abstract interface for implicit functions
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
Clip a dataset using the accelerated vtk-m Clip filter.
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.