83 #ifndef vtkTableBasedClipDataSet_h
84 #define vtkTableBasedClipDataSet_h
86 #include "vtkFiltersGeneralModule.h"
91 VTK_ABI_NAMESPACE_BEGIN
133 vtkSetMacro(Value,
double);
134 vtkGetMacro(Value,
double);
143 vtkSetMacro(UseValueAsOffset,
bool);
144 vtkGetMacro(UseValueAsOffset,
bool);
145 vtkBooleanMacro(UseValueAsOffset,
bool);
177 vtkSetClampMacro(MergeTolerance,
double, 0.0001, 0.25);
178 vtkGetMacro(MergeTolerance,
double);
202 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
203 vtkGetMacro(OutputPointsPrecision,
int);
216 vtkGetMacro(BatchSize,
unsigned int);
292 bool CanFullyProcessUnstructuredData(
vtkDataSet* inputGrid);
297 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
void* clientdata,
void*);
324 VTK_ABI_NAMESPACE_END
Superclass for all sources, filters, and sinks in VTK.
supports function callbacks
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
abstract interface for implicit functions
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
abstract base class for most VTK objects
Clip any dataset with a user-specified implicit function or an input scalar point data array.
vtkTableBasedClipDataSet(vtkImplicitFunction *cf=nullptr)
static vtkTableBasedClipDataSet * New()
Create an instance with a user-specified implicit function, turning off IVARs InsideOut and GenerateC...
~vtkTableBasedClipDataSet() override
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
vtkTypeBool GenerateClippedOutput
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkImplicitFunction * ClipFunction
virtual void SetClipFunction(vtkImplicitFunction *)
Set/Get the implicit function with which to perform the clipping operation.
vtkUnstructuredGrid * GetClippedOutput()
Return the clipped output.
int OutputPointsPrecision
vtkTypeBool GenerateClipScalars
vtkMTimeType GetMTime() override
Get the MTime for which the clip function are considered.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkWeakPointer< vtkIncrementalPointLocator > Locator
vtkCallbackCommand * InternalProgressObserver
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
vtkTypeUInt32 vtkMTimeType