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;
virtual int FillInputPortInformation(int port, vtkInformation *info)
GLenum GLenum GLenum input
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetOperationToIntersection()
list of point or cell ids
#define VTKFILTERSGENERAL_EXPORT
void SetOperationToUnion()
#define vtkBooleanMacro(name, type)
void SetOperationToDifference()
#define vtkSetMacro(name, type)