74 #ifndef vtkTableBasedClipDataSet_h
75 #define vtkTableBasedClipDataSet_h
77 #include "vtkFiltersGeneralModule.h"
82 VTK_ABI_NAMESPACE_BEGIN
124 vtkSetMacro(Value,
double);
125 vtkGetMacro(Value,
double);
134 vtkSetMacro(UseValueAsOffset,
bool);
135 vtkGetMacro(UseValueAsOffset,
bool);
136 vtkBooleanMacro(UseValueAsOffset,
bool);
168 vtkSetClampMacro(MergeTolerance,
double, 0.0001, 0.25);
169 vtkGetMacro(MergeTolerance,
double);
179 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
193 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
194 vtkGetMacro(OutputPointsPrecision,
int);
206 vtkSetClampMacro(BatchSize,
unsigned int, 1,
VTK_INT_MAX);
207 vtkGetMacro(BatchSize,
unsigned int);
283 bool CanFullyProcessUnstructuredData(
vtkDataSet* inputGrid);
288 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
void* clientdata,
void*);
315 VTK_ABI_NAMESPACE_END
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract base class for most VTK objects
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
vtkCallbackCommand * InternalProgressObserver
static vtkUnstructuredGridAlgorithm * New()
vtkWeakPointer< vtkIncrementalPointLocator > Locator
Abstract class in support of both point location and point insertion.
vtkImplicitFunction * ClipFunction
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
dynamic, self-adjusting array of double
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
supports function callbacks
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
int OutputPointsPrecision
dataset represents arbitrary combinations of all possible cell types
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Clip any dataset with a user-specified implicit function or an input scalar point data array...
Superclass for algorithms that produce only unstructured grid as output.
vtkTypeBool GenerateClippedOutput
vtkTypeBool GenerateClipScalars