62 #ifndef __vtkClipDataSet_h
63 #define __vtkClipDataSet_h
86 vtkSetMacro(Value,
double);
87 vtkGetMacro(Value,
double);
94 vtkSetMacro(UseValueAsOffset,
bool);
95 vtkGetMacro(UseValueAsOffset,
bool);
96 vtkBooleanMacro(UseValueAsOffset,
bool);
105 vtkSetMacro(InsideOut,
int);
106 vtkGetMacro(InsideOut,
int);
107 vtkBooleanMacro(InsideOut,
int);
123 vtkSetMacro(GenerateClipScalars,
int);
124 vtkGetMacro(GenerateClipScalars,
int);
125 vtkBooleanMacro(GenerateClipScalars,
int);
131 vtkSetMacro(GenerateClippedOutput,
int);
132 vtkGetMacro(GenerateClippedOutput,
int);
133 vtkBooleanMacro(GenerateClippedOutput,
int);
141 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
142 vtkGetMacro(MergeTolerance,
double);
157 void CreateDefaultLocator();
186 static void InternalProgressCallbackFunction(
vtkObject*,
unsigned long,
187 void* clientdata,
void*);
abstract interface for implicit functions
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract base class for most VTK objects
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
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
vtkImplicitFunction * ClipFunction
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
vtkCallbackCommand * InternalProgressObserver
int GenerateClippedOutput
clip any dataset with user-specified implicit function or input scalar data
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)