|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   37 #ifndef vtkBooleanOperationPolyDataFilter_h 
   38 #define vtkBooleanOperationPolyDataFilter_h 
   40 #include "vtkFiltersGeneralModule.h"  
   70   vtkSetClampMacro(Operation, 
int, VTK_UNION, VTK_DIFFERENCE);
 
   71   vtkGetMacro(Operation, 
int);
 
   84   vtkBooleanMacro(ReorientDifferenceCells, 
vtkTypeBool);
 
   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.
void SetOperationToDifference()
helps manage arrays from multiple vtkDataSetAttributes.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
list of point or cell ids
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetOperationToUnion()
void SetOperationToIntersection()
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.