37#ifndef vtkBooleanOperationPolyDataFilter_h
38#define vtkBooleanOperationPolyDataFilter_h
40#include "vtkFiltersGeneralModule.h"
71 vtkGetMacro(Operation,
int);
92 vtkSetMacro(Tolerance,
double);
93 vtkGetMacro(Tolerance,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void SortPolyData(vtkPolyData *input, vtkIdList *intersectionList, vtkIdList *unionList)
Labels triangles in mesh as part of the intersection or union surface.
void SetOperationToIntersection()
Set the boolean operation to perform.
static vtkBooleanOperationPolyDataFilter * New()
Construct object that computes the boolean surface.
virtual void SetOperation(int)
Set the boolean operation to perform.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkBooleanOperationPolyDataFilter()
void SetOperationToUnion()
Set the boolean operation to perform.
void SetOperationToDifference()
Set the boolean operation to perform.
~vtkBooleanOperationPolyDataFilter() override
vtkDataSetAttributesFieldList FieldList
list of point or cell ids
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips