 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkRemoveGhosts_h
26 #define vtkRemoveGhosts_h
28 #include "vtkFiltersParallelModule.h"
57 #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()