17#include "vtkAcceleratorsVTKmFiltersModule.h"
25#define vtkTableBasedClipDataSet vtkmAlgorithm<vtkTableBasedClipDataSet>
28VTK_ABI_NAMESPACE_BEGIN
37#undef vtkTableBasedClipDataSet
45 vtkGetMacro(ComputeScalars,
bool);
46 vtkSetMacro(ComputeScalars,
bool);
47 vtkBooleanMacro(ComputeScalars,
bool);
55 bool ComputeScalars =
true;
61 void operator=(
const vtkmClip&) =
delete;
abstract interface for implicit functions
a simple class to control print indentation
Clip any dataset with a user-specified implicit function or an input scalar point data array.
Clip a dataset using the accelerated viskores Clip filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.