52#ifndef vtkLoopBooleanPolyDataFilter_h
53#define vtkLoopBooleanPolyDataFilter_h
56#include "vtkFiltersGeneralModule.h"
81 vtkGetMacro(NumberOfIntersectionPoints,
int);
82 vtkGetMacro(NumberOfIntersectionLines,
int);
91 vtkGetMacro(NoIntersectionOutput,
int);
92 vtkSetMacro(NoIntersectionOutput,
int);
93 vtkBooleanMacro(NoIntersectionOutput,
int);
116 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
117 vtkGetMacro(Operation,
int);
129 vtkGetMacro(Status,
int);
136 vtkGetMacro(Tolerance,
double);
137 vtkSetMacro(Tolerance,
double);
157 int NoIntersectionOutput;
158 int NumberOfIntersectionPoints;
159 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.