Go to the documentation of this file.
65 #ifndef vtkClipPolyData_h
66 #define vtkClipPolyData_h
68 #include "vtkFiltersCoreModule.h"
94 vtkGetMacro(Value,
double);
107 vtkGetMacro(InsideOut,
int);
130 vtkGetMacro(GenerateClipScalars,
int);
141 vtkGetMacro(GenerateClippedOutput,
int);
171 void CreateDefaultLocator();
186 vtkGetMacro(OutputPointsPrecision,
int);
199 int GenerateClipScalars;
200 int GenerateClippedOutput;
201 int OutputPointsPrecision;
vtkAlgorithmOutput * GetClippedOutputPort()
Return the output port (a vtkAlgorithmOutput) of the clipped output.
vtkAlgorithmOutput * GetOutputPort()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
clip polygonal data with user-specified implicit function or input scalar data
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.