23 #ifndef __vtkExtractPolyDataPiece_h
24 #define __vtkExtractPolyDataPiece_h
26 #include "vtkFiltersParallelModule.h"
27 #include "vtkPolyDataAlgorithm.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 *);
53 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
56 void ComputeCellTags(vtkIntArray *cellTags, vtkIdList *pointOwnership,
57 int piece,
int numPieces, vtkPolyData *input);
59 void AddGhostLevel(vtkPolyData *input, vtkIntArray *cellTags,
int ghostLevel);