63 #ifndef __vtkGenericClip_h
64 #define __vtkGenericClip_h
88 vtkSetMacro(Value,
double);
89 vtkGetMacro(Value,
double);
98 vtkSetMacro(InsideOut,
int);
99 vtkGetMacro(InsideOut,
int);
100 vtkBooleanMacro(InsideOut,
int);
116 vtkSetMacro(GenerateClipScalars,
int);
117 vtkGetMacro(GenerateClipScalars,
int);
118 vtkBooleanMacro(GenerateClipScalars,
int);
124 vtkSetMacro(GenerateClippedOutput,
int);
125 vtkGetMacro(GenerateClippedOutput,
int);
126 vtkBooleanMacro(GenerateClippedOutput,
int);
134 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
135 vtkGetMacro(MergeTolerance,
double);
141 virtual int GetNumberOfOutputs();
153 void CreateDefaultLocator();
161 vtkGetStringMacro(InputScalarsSelection);
163 {this->SetInputScalarsSelection(fieldName);}
184 vtkSetStringMacro(InputScalarsSelection);
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate point attribute data
clip any dataset with an implicit function or scalar data
vtkIncrementalPointLocator * Locator
represent and manipulate cell attribute data
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SelectInputScalars(const char *fieldName)
int GenerateClippedOutput
vtkPointData * SecondaryPD
char * InputScalarsSelection
virtual unsigned long GetMTime()
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
void PrintSelf(ostream &os, vtkIndent indent)
vtkCellData * SecondaryCD
Superclass for algorithms that produce only unstructured grid as output.
vtkPointData * InternalPD
vtkImplicitFunction * ClipFunction