61 #ifndef vtkGenericClip_h
62 #define vtkGenericClip_h
64 #include "vtkFiltersGenericModule.h"
92 vtkGetMacro(Value,
double);
105 vtkGetMacro(InsideOut,
int);
127 vtkGetMacro(GenerateClipScalars,
int);
137 vtkGetMacro(GenerateClippedOutput,
int);
148 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
149 vtkGetMacro(MergeTolerance,
double);
157 virtual int GetNumberOfOutputs();
173 void CreateDefaultLocator();
186 void SelectInputScalars(const
char *fieldName)
187 {this->SetInputScalarsSelection(fieldName);}
195 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
202 int GenerateClipScalars;
204 int GenerateClippedOutput;
205 double MergeTolerance;
207 char *InputScalarsSelection;
208 vtkSetStringMacro(InputScalarsSelection);
abstract interface for implicit functions
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
clip any dataset with an implicit function or scalar data
represent and manipulate cell attribute data
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.