17#include "vtkAcceleratorsVTKmFiltersModule.h"
24VTK_ABI_NAMESPACE_BEGIN
38 vtkGetMacro(ComputeScalars,
bool);
39 vtkSetMacro(ComputeScalars,
bool);
40 vtkBooleanMacro(ComputeScalars,
bool);
61 bool ComputeScalars =
true;
67 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 vtk-m 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.