16#ifndef vtkRemoveGhosts_h 
   17#define vtkRemoveGhosts_h 
   19#include "vtkFiltersParallelModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
Remove ghost points, cells and arrays.
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
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.
 
static vtkRemoveGhosts * New()
 
~vtkRemoveGhosts() override
 
dynamic, self-adjusting array of unsigned char