37#ifndef vtkBooleanOperationPolyDataFilter_h
38#define vtkBooleanOperationPolyDataFilter_h
40#include "vtkFiltersGeneralModule.h"
71 vtkSetClampMacro( Operation,
int, VTK_UNION, VTK_DIFFERENCE );
72 vtkGetMacro( Operation,
int );
74 { this->SetOperation( VTK_UNION ); }
76 { this->SetOperation( VTK_INTERSECTION ); }
78 { this->SetOperation( VTK_DIFFERENCE ); }
87 vtkGetMacro( ReorientDifferenceCells,
int );
97 vtkGetMacro(Tolerance,
double);
144 int ReorientDifferenceCells;
Computes the boundary of the union, intersection, or difference volume computed from the volumes defi...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOperationToIntersection()
static vtkBooleanOperationPolyDataFilter * New()
Construct object that computes the boolean surface.
vtkBooleanOperationPolyDataFilter()
void SetOperationToUnion()
void SetOperationToDifference()
~vtkBooleanOperationPolyDataFilter() override
represent and manipulate attribute data in a dataset
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.