92 #ifndef __vtkTableBasedClipDataSet_h
93 #define __vtkTableBasedClipDataSet_h
123 vtkSetMacro( InsideOut,
int );
124 vtkGetMacro( InsideOut,
int );
125 vtkBooleanMacro( InsideOut,
int );
133 vtkSetMacro( Value,
double );
134 vtkGetMacro( Value,
double );
142 vtkSetMacro( UseValueAsOffset,
bool );
143 vtkGetMacro( UseValueAsOffset,
bool );
144 vtkBooleanMacro( UseValueAsOffset,
bool );
160 vtkSetMacro( GenerateClipScalars,
int );
161 vtkGetMacro( GenerateClipScalars,
int );
162 vtkBooleanMacro( GenerateClipScalars,
int );
182 vtkSetClampMacro( MergeTolerance,
double, 0.0001, 0.25 );
183 vtkGetMacro( MergeTolerance,
double );
188 void CreateDefaultLocator();
193 vtkSetMacro( GenerateClippedOutput,
int );
194 vtkGetMacro( GenerateClippedOutput,
int );
195 vtkBooleanMacro( GenerateClippedOutput,
int );
273 static void InternalProgressCallbackFunction(
vtkObject *,
unsigned long,
274 void * clientdata,
void * );
278 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
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent)
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
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)