60 #ifndef vtkClipDataSet_h 61 #define vtkClipDataSet_h 63 #include "vtkFiltersGeneralModule.h" 90 vtkGetMacro(Value,
double);
100 vtkGetMacro(UseValueAsOffset,
bool);
114 vtkGetMacro(InsideOut,
int);
136 vtkGetMacro(GenerateClipScalars,
int);
146 vtkGetMacro(GenerateClippedOutput,
int);
157 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
158 vtkGetMacro(MergeTolerance,
double);
179 void CreateDefaultLocator();
192 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
193 vtkGetMacro(OutputPointsPrecision,
int);
207 int GenerateClipScalars;
209 int GenerateClippedOutput;
210 double MergeTolerance;
213 static
void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
214 void* clientdata,
void*);
225 bool UseValueAsOffset;
226 int OutputPointsPrecision;
abstract interface for implicit functions
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.
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
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
clip any dataset with user-specified implicit function or input scalar data
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.