119#ifndef vtkTableBasedClipDataSet_h
120#define vtkTableBasedClipDataSet_h
122#include "vtkFiltersGeneralModule.h"
127VTK_ABI_NAMESPACE_BEGIN
170 vtkSetMacro(Value,
double);
171 vtkGetMacro(Value,
double);
180 vtkSetMacro(UseValueAsOffset,
bool);
181 vtkGetMacro(UseValueAsOffset,
bool);
182 vtkBooleanMacro(UseValueAsOffset,
bool);
230 vtkSetMacro(GenerateClipPointTypes,
bool);
231 vtkGetMacro(GenerateClipPointTypes,
bool);
232 vtkBooleanMacro(GenerateClipPointTypes,
bool);
329 template <
class TGr
id>
336 template <
typename TGr
id,
typename TInputIdType,
bool Ins
ideOut>
343 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
void* clientdata,
void*);
354 bool UseValueAsOffset;
369 bool GenerateClipPointTypes;
supports function callbacks
abstract class to specify dataset behavior
abstract interface for implicit functions
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
Hold a reference to a vtkObjectBase instance.
vtkTableBasedClipDataSet(vtkImplicitFunction *cf=nullptr)
static vtkTableBasedClipDataSet * New()
Create an instance with a user-specified implicit function, turning off IVARs InsideOut and GenerateC...
PointTypes
PointType enum can be used to flag point origin.
~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
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.
static const char * GetPointTypesArrayName()
Return the array name used classify the points from their origin.
vtkWeakPointer< vtkIncrementalPointLocator > Locator
vtkCallbackCommand * InternalProgressObserver
vtkUnstructuredGridAlgorithm()
dataset represents arbitrary combinations of all possible cell types
a weak reference to a vtkObject.
vtkTypeUInt32 vtkMTimeType
#define vtkTableBasedClipDataSet