95 #ifndef vtkTableBasedClipDataSet_h
96 #define vtkTableBasedClipDataSet_h
127 vtkSetMacro( InsideOut,
int );
128 vtkGetMacro( InsideOut,
int );
129 vtkBooleanMacro( InsideOut,
int );
137 vtkSetMacro( Value,
double );
138 vtkGetMacro( Value,
double );
146 vtkSetMacro( UseValueAsOffset,
bool );
147 vtkGetMacro( UseValueAsOffset,
bool );
148 vtkBooleanMacro( UseValueAsOffset,
bool );
164 vtkSetMacro( GenerateClipScalars,
int );
165 vtkGetMacro( GenerateClipScalars,
int );
166 vtkBooleanMacro( GenerateClipScalars,
int );
186 vtkSetClampMacro( MergeTolerance,
double, 0.0001, 0.25 );
187 vtkGetMacro( MergeTolerance,
double );
192 void CreateDefaultLocator();
197 vtkSetMacro( GenerateClippedOutput,
int );
198 vtkGetMacro( GenerateClippedOutput,
int );
199 vtkBooleanMacro( GenerateClippedOutput,
int );
209 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
210 vtkGetMacro(OutputPointsPrecision,
int);
279 static void InternalProgressCallbackFunction(
vtkObject *,
unsigned long,
280 void * clientdata,
void * );
284 void InternalProgressCallback(
vtkAlgorithm * algorithm );
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract base class for most VTK objects
int GenerateClippedOutput
abstract class to specify dataset behavior
vtkCallbackCommand * InternalProgressObserver
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
vtkImplicitFunction * ClipFunction
virtual int FillInputPortInformation(int port, vtkInformation *info)
supports function callbacks
Superclass for all sources, filters, and sinks in VTK.
virtual unsigned long GetMTime()
a simple class to control print indentation
int OutputPointsPrecision
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSGENERAL_EXPORT
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.
vtkIncrementalPointLocator * Locator