23 #include "vtkAcceleratorsVTKmModule.h"
36 void PrintSelf(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
42 vtkGetMacro(ClipValue,
double)
49 vtkGetMacro(ComputeScalars,
bool)
58 vtkGetObjectMacro(ClipFunction, vtkImplicitFunction);
67 vtkInformationVector*) VTK_OVERRIDE;
69 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
74 vtkImplicitFunction *ClipFunction;
75 tovtkm::ImplicitFunctionConverter ClipFunctionConverter;
78 vtkmClip(const vtkmClip&) VTK_DELETE_FUNCTION;
79 void operator=(const vtkmClip&) VTK_DELETE_FUNCTION;
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.