48 #ifndef vtkPolyDataPlaneCutter_h
49 #define vtkPolyDataPlaneCutter_h
51 #include "vtkFiltersCoreModule.h"
84 vtkSetMacro(ComputeNormals,
bool);
85 vtkGetMacro(ComputeNormals,
bool);
86 vtkBooleanMacro(ComputeNormals,
bool);
95 vtkSetMacro(InterpolateAttributes,
bool);
96 vtkGetMacro(InterpolateAttributes,
bool);
97 vtkBooleanMacro(InterpolateAttributes,
bool);
107 vtkSetMacro(OutputPointsPrecision,
int);
108 vtkGetMacro(OutputPointsPrecision,
int);
124 vtkSetClampMacro(BatchSize,
unsigned int, 1,
VTK_INT_MAX);
125 vtkGetMacro(BatchSize,
unsigned int);
137 static bool CanFullyProcessDataObject(
vtkDataObject*
object);
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
threaded (high-performance) cutting of a vtkPolyData with a plane
bool InterpolateAttributes
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSmartPointer< vtkPlane > Plane
perform various plane computations
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.