116#ifndef vtkTableBasedClipDataSet_h
117#define vtkTableBasedClipDataSet_h
119#include "vtkFiltersGeneralModule.h"
124VTK_ABI_NAMESPACE_BEGIN
167 vtkSetMacro(Value,
double);
168 vtkGetMacro(Value,
double);
177 vtkSetMacro(UseValueAsOffset,
bool);
178 vtkGetMacro(UseValueAsOffset,
bool);
179 vtkBooleanMacro(UseValueAsOffset,
bool);
211 vtkSetClampMacro(MergeTolerance,
double, 0.0001, 0.25);
212 vtkGetMacro(MergeTolerance,
double);
236 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
237 vtkGetMacro(OutputPointsPrecision,
int);
250 vtkGetMacro(BatchSize,
unsigned int);
292 template <
class TGr
id>
299 template <
typename TGr
id,
typename TInputIdType,
bool Ins
ideOut>
306 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
concrete dataset represents vertices, lines, polygons, and triangle strips
Hold a reference to a vtkObjectBase instance.
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