74#ifndef vtkTableBasedClipDataSet_h
75#define vtkTableBasedClipDataSet_h
77#include "vtkFiltersGeneralModule.h"
82VTK_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);
193 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
194 vtkGetMacro(OutputPointsPrecision,
int);
207 vtkGetMacro(BatchSize,
unsigned int);
283 bool CanFullyProcessUnstructuredData(
vtkDataSet* inputGrid);
288 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
void* clientdata,
void*);
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.
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.
vtkUnstructuredGrid * GetClippedOutput()
Return the clipped output.
vtkWeakPointer< vtkIncrementalPointLocator > Locator
vtkCallbackCommand * InternalProgressObserver
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
a weak reference to a vtkObject.
vtkTypeUInt32 vtkMTimeType