 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #include "vtkAcceleratorsVTKmModule.h"
53 vtkGetMacro(ClipValue,
double);
54 vtkSetMacro(ClipValue,
double);
60 vtkGetMacro(ComputeScalars,
bool);
61 vtkSetMacro(ComputeScalars,
bool);
89 void operator=(
const vtkmClip&) =
delete;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkMTimeType GetMTime() override
Return this object's modified time.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
abstract interface for implicit functions
std::unique_ptr< tovtkm::ImplicitFunctionConverter > ClipFunctionConverter
a simple class to control print indentation
void SetClipFunction(vtkImplicitFunction *)
Set the implicit function with which to perform the clipping.
Clip a dataset using the accelerated vtk-m Clip filter.
Superclass for algorithms that produce only unstructured grid as output.
vtkImplicitFunction * ClipFunction
vtkTypeUInt32 vtkMTimeType