24#ifndef vtkLoopBooleanPolyDataFilter_h
25#define vtkLoopBooleanPolyDataFilter_h
28#include "vtkFiltersGeneralModule.h"
31VTK_ABI_NAMESPACE_BEGIN
54 vtkGetMacro(NumberOfIntersectionPoints,
int);
55 vtkGetMacro(NumberOfIntersectionLines,
int);
64 vtkGetMacro(NoIntersectionOutput,
int);
65 vtkSetMacro(NoIntersectionOutput,
int);
66 vtkBooleanMacro(NoIntersectionOutput,
int);
89 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
90 vtkGetMacro(Operation,
int);
102 vtkGetMacro(Status,
int);
109 vtkGetMacro(Tolerance,
double);
110 vtkSetMacro(Tolerance,
double);
130 int NoIntersectionOutput;
131 int NumberOfIntersectionPoints;
132 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.