42#ifndef vtkLoopBooleanPolyDataFilter_h
43#define vtkLoopBooleanPolyDataFilter_h
46#include "vtkFiltersGeneralModule.h"
71 vtkGetMacro(NumberOfIntersectionPoints,
int);
72 vtkGetMacro(NumberOfIntersectionLines,
int);
81 vtkGetMacro(NoIntersectionOutput,
int);
82 vtkSetMacro(NoIntersectionOutput,
int);
83 vtkBooleanMacro(NoIntersectionOutput,
int);
106 vtkSetClampMacro(Operation,
int, VTK_UNION, VTK_DIFFERENCE);
107 vtkGetMacro(Operation,
int);
119 vtkGetMacro(Status,
int);
126 vtkGetMacro(Tolerance,
double);
127 vtkSetMacro(Tolerance,
double);
147 int NoIntersectionOutput;
148 int NumberOfIntersectionPoints;
149 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.