52 #ifndef vtkGenericClip_h
53 #define vtkGenericClip_h
55 #include "vtkFiltersGenericModule.h"
58 VTK_ABI_NAMESPACE_BEGIN
83 vtkSetMacro(Value,
double);
84 vtkGetMacro(Value,
double);
130 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
140 vtkSetClampMacro(MergeTolerance,
double, 0.0001, 0.25);
141 vtkGetMacro(MergeTolerance,
double);
149 virtual int GetNumberOfOutputs();
165 void CreateDefaultLocator();
177 vtkGetStringMacro(InputScalarsSelection);
199 vtkSetStringMacro(InputScalarsSelection);
211 VTK_ABI_NAMESPACE_END
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SelectInputScalars(const char *fieldName)
If you want to clip by an arbitrary array, then set its name here.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPointData * SecondaryPD
char * InputScalarsSelection
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkCellData * SecondaryCD
vtkTypeBool GenerateClipScalars
Superclass for algorithms that produce only unstructured grid as output.
vtkPointData * InternalPD
vtkTypeBool GenerateClippedOutput
vtkImplicitFunction * ClipFunction