59 #ifndef vtkClipPolyData_h 60 #define vtkClipPolyData_h 62 #include "vtkFiltersCoreModule.h" 88 vtkGetMacro(Value,
double);
101 vtkGetMacro(InsideOut,
int);
124 vtkGetMacro(GenerateClipScalars,
int);
135 vtkGetMacro(GenerateClippedOutput,
int);
165 void CreateDefaultLocator();
180 vtkGetMacro(OutputPointsPrecision,
int);
193 int GenerateClipScalars;
194 int GenerateClippedOutput;
195 int OutputPointsPrecision;
abstract interface for implicit functions
vtkAlgorithmOutput * GetOutputPort()
vtkTypeUInt32 vtkMTimeType
Abstract class in support of both point location and point insertion.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkAlgorithmOutput * GetClippedOutputPort()
Return the output port (a vtkAlgorithmOutput) of the clipped output.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
clip polygonal data with user-specified implicit function or input scalar data
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.