15#ifndef vtkHyperTreeGridGenerateGlobalIds_h
16#define vtkHyperTreeGridGenerateGlobalIds_h
18#include "vtkFiltersParallelModule.h"
23VTK_ABI_NAMESPACE_BEGIN
Generate global IDs of input HyperTee Grid(s)
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
static vtkHyperTreeGridGenerateGlobalIds * New()
vtkMultiProcessController * GetController()
By default this filter uses the global controller, but this method can be used to set another instead...
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to create empty output data ob...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkHyperTreeGridGenerateGlobalIds() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridGenerateGlobalIds()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Multiprocessing communication superclass.
a weak reference to a vtkObject.