28 #include "vtkAcceleratorsVTKmFiltersModule.h"
46 double GetClipValue();
47 void SetClipValue(
double);
53 bool GetComputeScalars();
54 void SetComputeScalars(
bool);
92 void operator=(
const vtkmClip&) =
delete;
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
std::unique_ptr< internals > Internals