14#ifndef vtkHyperTreeGridGenerateProcessIds_h
15#define vtkHyperTreeGridGenerateProcessIds_h
17#include "vtkFiltersParallelModule.h"
21VTK_ABI_NAMESPACE_BEGIN
Sets ProcessIds attribute for CellData.
static vtkHyperTreeGridGenerateProcessIds * New()
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.
vtkHyperTreeGridGenerateProcessIds()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
~vtkHyperTreeGridGenerateProcessIds() override
vtkMultiProcessController * GetController()
By default this filter uses the global controller, but this method can be used to set another instead...
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Multiprocessing communication superclass.
a weak reference to a vtkObject.