33#ifndef vtkHyperTreeGridGhostCellsGenerator_h
34#define vtkHyperTreeGridGhostCellsGenerator_h
36#include "vtkFiltersParallelModule.h"
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).
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.
void ExtractInterface(vtkHyperTreeGridNonOrientedCursor *inCursor, vtkBitArray *isParent, std::vector< vtkIdType > &indices, vtkHyperTreeGrid *grid, unsigned int mask, vtkIdType &pos)
Reads the input interface with neighbor processes.
vtkHyperTreeGridGhostCellsGenerator()
vtkIdType CreateGhostTree(vtkHyperTreeGridNonOrientedCursor *outCursor, vtkBitArray *isParent, vtkIdType *indices, vtkIdType &&pos=0)
Creates a ghost tree in the output.
~vtkHyperTreeGridGhostCellsGenerator() override
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to extract cells based on thresholded value.
static vtkHyperTreeGridGhostCellsGenerator * New()
void CopyInputTreeToOutput(vtkHyperTreeGridNonOrientedCursor *inCursor, vtkHyperTreeGridNonOrientedCursor *outCursor, vtkCellData *inCellData, vtkCellData *outCellData, vtkBitArray *inMask, vtkBitArray *outMask)
Copies the input to the output, filling memory gaps if present.
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