24#ifndef vtkHyperTreeGridGhostCellsGenerator_h
25#define vtkHyperTreeGridGhostCellsGenerator_h
27#include "vtkFiltersParallelModule.h"
32VTK_ABI_NAMESPACE_BEGIN
77 "This method is now defined in an internal class, and cannot be overridden anymore.")
87 "This method is now defined in an internal class, and cannot be overridden anymore.")
96 "This method is now defined in an internal class, and cannot be overridden anymore.")
dynamic, self-adjusting array of bits
represent and manipulate cell attribute data
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Generated ghost cells (HyperTree's distributed).
~vtkHyperTreeGridGhostCellsGenerator() override=default
int RequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Override RequestData, to make sure every HTG piece can be processed, hence avoiding that one rank wai...
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkHyperTreeGrid instance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridGhostCellsGenerator()
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate ghost cells using information from the neighboring HTGs.
static vtkHyperTreeGridGhostCellsGenerator * New()
Objects for traversal a HyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Multiprocessing communication superclass.
dynamic, self-adjusting array of unsigned char
#define VTK_DEPRECATED_IN_9_4_0(reason)