63 #ifndef vtkGenericClip_h
64 #define vtkGenericClip_h
89 vtkSetMacro(Value,
double);
90 vtkGetMacro(Value,
double);
99 vtkSetMacro(InsideOut,
int);
100 vtkGetMacro(InsideOut,
int);
101 vtkBooleanMacro(InsideOut,
int);
117 vtkSetMacro(GenerateClipScalars,
int);
118 vtkGetMacro(GenerateClipScalars,
int);
119 vtkBooleanMacro(GenerateClipScalars,
int);
125 vtkSetMacro(GenerateClippedOutput,
int);
126 vtkGetMacro(GenerateClippedOutput,
int);
127 vtkBooleanMacro(GenerateClippedOutput,
int);
135 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
136 vtkGetMacro(MergeTolerance,
double);
142 virtual int GetNumberOfOutputs();
154 void CreateDefaultLocator();
162 vtkGetStringMacro(InputScalarsSelection);
164 {this->SetInputScalarsSelection(fieldName);}
185 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.
#define VTKFILTERSGENERIC_EXPORT
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