36#ifndef vtkLoopBooleanPolyDataFilter_h
37#define vtkLoopBooleanPolyDataFilter_h
40#include "vtkFiltersGeneralModule.h"
65 vtkGetMacro(NumberOfIntersectionPoints,
int);
66 vtkGetMacro(NumberOfIntersectionLines,
int);
75 vtkGetMacro(NoIntersectionOutput,
int);
76 vtkSetMacro(NoIntersectionOutput,
int);
77 vtkBooleanMacro(NoIntersectionOutput,
int);
100 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
101 vtkGetMacro(Operation,
int);
113 vtkGetMacro(Status,
int);
120 vtkGetMacro(Tolerance,
double);
121 vtkSetMacro(Tolerance,
double);
141 int NoIntersectionOutput;
142 int NumberOfIntersectionPoints;
143 int NumberOfIntersectionLines;
list of point or cell ids
a simple class to control print indentation
Filter to perform boolean operations.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void SetOperationToDifference()
Set the boolean operation to perform.
~vtkLoopBooleanPolyDataFilter() override
static vtkLoopBooleanPolyDataFilter * New()
Construct object that computes the boolean surface.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetOperationToIntersection()
Set the boolean operation to perform.
void SetOperationToUnion()
Set the boolean operation to perform.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLoopBooleanPolyDataFilter()
Superclass for algorithms that produce only polydata as output.