Go to the documentation of this file.
28 #ifndef vtkRemoveGhosts_h
29 #define vtkRemoveGhosts_h
31 #include "vtkFiltersParallelModule.h"
63 #endif //_vtkRemoveGhosts_h
~vtkRemoveGhosts() override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
dynamic, self-adjusting array of unsigned char
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Remove ghost points, cells and arrays.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkRemoveGhosts * New()