45#ifndef vtkPolyDataPlaneClipper_h
46#define vtkPolyDataPlaneClipper_h
48#include "vtkFiltersCoreModule.h"
89 vtkSetMacro(ClippingLoops,
bool);
90 vtkGetMacro(ClippingLoops,
bool);
91 vtkBooleanMacro(ClippingLoops,
bool);
104 vtkSetMacro(Capping,
bool);
105 vtkGetMacro(Capping,
bool);
106 vtkBooleanMacro(Capping,
bool);
125 vtkSetMacro(OutputPointsPrecision,
int);
126 vtkGetMacro(OutputPointsPrecision,
int);
137 vtkGetMacro(BatchSize,
unsigned int);
a simple class to control print indentation
perform various plane computations
Superclass for algorithms that produce only polydata as output.
clip a vtkPolyData with a plane and optionally cap it
vtkPolyData * GetCap()
Get the output dataset representing the clipping loops and capping polygons.
static vtkPolyDataPlaneClipper * New()
Standard construction, type, and print methods.
void SetPlane(vtkPlane *)
Specify the plane (an implicit function) to perform the clipping.
~vtkPolyDataPlaneClipper() override
void PrintSelf(ostream &os, vtkIndent indent) override
Standard construction, type, and print methods.
vtkMTimeType GetMTime() override
The modified time depends on the delegated clipping plane.
int OutputPointsPrecision
vtkPolyDataPlaneClipper()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSmartPointer< vtkPlane > Plane
concrete dataset represents vertices, lines, polygons, and triangle strips
Hold a reference to a vtkObjectBase instance.
vtkTypeUInt32 vtkMTimeType