Go to the documentation of this file.
63 #ifndef vtkClipDataSet_h
64 #define vtkClipDataSet_h
66 #include "vtkFiltersGeneralModule.h"
93 vtkGetMacro(Value,
double);
103 vtkGetMacro(UseValueAsOffset,
bool);
117 vtkGetMacro(InsideOut,
int);
139 vtkGetMacro(GenerateClipScalars,
int);
149 vtkGetMacro(GenerateClippedOutput,
int);
160 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
161 vtkGetMacro(MergeTolerance,
double);
195 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
196 vtkGetMacro(OutputPointsPrecision,
int);
210 int GenerateClipScalars;
212 int GenerateClippedOutput;
213 double MergeTolerance;
216 static
void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
217 void* clientdata,
void*);
228 bool UseValueAsOffset;
229 int OutputPointsPrecision;
vtkMTimeType GetMTime() override
Return the mtime also considering the locator and clip function.
virtual void SetClipFunction(vtkImplicitFunction *)
Specify the implicit function with which to perform the clipping.
Superclass for all sources, filters, and sinks in VTK.
abstract base class for most VTK objects
vtkUnstructuredGrid * GetClippedOutput()
Return the Clipped output.
clip any dataset with user-specified implicit function or input scalar data
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
void CreateDefaultLocator()
Create default locator.
static vtkClipDataSet * New()
Construct with user-specified implicit function; InsideOut turned off; value set to 0....
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
supports function callbacks
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types