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);
125 vtkGetMacro(BatchSize,
unsigned int);
general representation of visualization data
a simple class to control print indentation
perform various plane computations
Superclass for algorithms that produce only polydata as output.
threaded (high-performance) cutting of a vtkPolyData with a plane
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPolyDataPlaneCutter() override
static vtkPolyDataPlaneCutter * New()
Standard construction, type, and print methods.
bool InterpolateAttributes
int OutputPointsPrecision
vtkSmartPointer< vtkPlane > Plane
void SetPlane(vtkPlane *)
Specify the plane (an implicit function) to perform the cutting.
vtkMTimeType GetMTime() override
The modified time depends on the delegated cutting plane.
static bool CanFullyProcessDataObject(vtkDataObject *object)
This helper method can be used to determine the if the input vtkPolyData contains convex polygonal ce...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard construction, type, and print methods.
vtkTypeUInt32 vtkMTimeType