23 #ifndef __vtkExtractPolyDataPiece_h
24 #define __vtkExtractPolyDataPiece_h
26 #include "vtkFiltersParallelModule.h"
37 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkSetMacro(CreateGhostCells,
int);
42 vtkGetMacro(CreateGhostCells,
int);
43 vtkBooleanMacro(CreateGhostCells,
int);
51 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
52 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
56 void ComputeCellTags(vtkIntArray *cellTags, vtkIdList *pointOwnership,
59 void AddGhostLevel(
vtkPolyData *input, vtkIntArray *cellTags,
int ghostLevel);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)