17#ifndef vtkGenerateProcessIds_h
18#define vtkGenerateProcessIds_h
21#include "vtkFiltersParallelModule.h"
25VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(GeneratePointData,
bool);
44 vtkGetMacro(GeneratePointData,
bool);
45 vtkBooleanMacro(GeneratePointData,
bool);
53 vtkSetMacro(GenerateCellData,
bool);
54 vtkGetMacro(GenerateCellData,
bool);
55 vtkBooleanMacro(GenerateCellData,
bool);
84 bool GeneratePointData =
true;
85 bool GenerateCellData =
false;
A utility array for wrapping constant functions in implicit arrays.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
~vtkGenerateProcessIds() override
vtkMultiProcessController * GetController()
By default this filter uses the global controller, but this method can be used to set another instead...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGenerateProcessIds * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
a simple class to control print indentation
Multiprocessing communication superclass.
Hold a reference to a vtkObjectBase instance.
a weak reference to a vtkObject.