93 #ifndef vtkTableBasedClipDataSet_h 94 #define vtkTableBasedClipDataSet_h 96 #include "vtkFiltersGeneralModule.h" 129 vtkGetMacro( InsideOut,
int );
141 vtkGetMacro( Value,
double );
151 vtkGetMacro( UseValueAsOffset,
bool );
173 vtkGetMacro( GenerateClipScalars,
int );
196 vtkSetClampMacro( MergeTolerance,
double, 0.0001, 0.25 );
197 vtkGetMacro( MergeTolerance,
double );
204 void CreateDefaultLocator();
212 vtkGetMacro( GenerateClippedOutput,
int );
227 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
228 vtkGetMacro(OutputPointsPrecision,
int);
294 static
void InternalProgressCallbackFunction(
vtkObject *,
unsigned long,
295 void * clientdata,
void * );
300 void InternalProgressCallback(
vtkAlgorithm * algorithm );
304 int GenerateClipScalars;
305 int GenerateClippedOutput;
306 bool UseValueAsOffset;
308 double MergeTolerance;
313 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
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Clip any dataset with a user-specified implicit function or an input scalar point data array...
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.