43#ifndef vtkLoopBooleanPolyDataFilter_h
44#define vtkLoopBooleanPolyDataFilter_h
47#include "vtkFiltersGeneralModule.h"
50VTK_ABI_NAMESPACE_BEGIN
73 vtkGetMacro(NumberOfIntersectionPoints,
int);
74 vtkGetMacro(NumberOfIntersectionLines,
int);
83 vtkGetMacro(NoIntersectionOutput,
int);
84 vtkSetMacro(NoIntersectionOutput,
int);
85 vtkBooleanMacro(NoIntersectionOutput,
int);
108 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
109 vtkGetMacro(Operation,
int);
121 vtkGetMacro(Status,
int);
128 vtkGetMacro(Tolerance,
double);
129 vtkSetMacro(Tolerance,
double);
149 int NoIntersectionOutput;
150 int NumberOfIntersectionPoints;
151 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.