63 #ifndef vtkClipDataSet_h 64 #define vtkClipDataSet_h 66 #include "vtkFiltersGeneralModule.h" 92 vtkSetMacro(Value,
double);
93 vtkGetMacro(Value,
double);
102 vtkSetMacro(UseValueAsOffset,
bool);
103 vtkGetMacro(UseValueAsOffset,
bool);
104 vtkBooleanMacro(UseValueAsOffset,
bool);
150 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
160 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
161 vtkGetMacro(MergeTolerance,
double);
182 void CreateDefaultLocator();
195 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
196 vtkGetMacro(OutputPointsPrecision,
int);
216 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
217 void* clientdata,
void*);
abstract interface for implicit functions
vtkIncrementalPointLocator * Locator
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
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool GenerateClipScalars
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
dataset represents arbitrary combinations of all possible cell types
vtkImplicitFunction * ClipFunction
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkTypeBool GenerateClippedOutput
Superclass for algorithms that produce only unstructured grid as output.
vtkCallbackCommand * InternalProgressObserver
clip any dataset with user-specified implicit function or input scalar data
int OutputPointsPrecision