24 #ifndef vtkHyperTreeGridGhostCellsGenerator_h
25 #define vtkHyperTreeGridGhostCellsGenerator_h
27 #include "vtkFiltersParallelModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
114 VTK_ABI_NAMESPACE_END
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
represent and manipulate cell attribute data
Objects for traversal a HyperTreeGrid.
Generated ghost cells (HyperTree's distributed).
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
general representation of visualization data
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...