Go to the documentation of this file.
36 #ifndef vtkBooleanOperationPolyDataFilter_h
37 #define vtkBooleanOperationPolyDataFilter_h
69 { this->SetOperation( VTK_UNION ); }
71 { this->SetOperation( VTK_INTERSECTION ); }
73 { this->SetOperation( VTK_DIFFERENCE ); }
130 int ReorientDifferenceCells;
void SortPolyData(vtkPolyData *input, vtkIdList *intersectionList, vtkIdList *unionList)
#define vtkTypeMacro(thisClass, superclass)
static vtkBooleanOperationPolyDataFilter * New()
GLenum GLenum GLenum input
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkBooleanOperationPolyDataFilter()
#define vtkSetClampMacro(name, type, min, max)
void SetOperationToDifference()
int FillInputPortInformation(int, vtkInformation *)
a simple class to control print indentation
list of point or cell ids
#define VTKFILTERSGENERAL_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetOperationToUnion()
void SetOperationToIntersection()
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkBooleanOperationPolyDataFilter()
Superclass for algorithms that produce only polydata as output.