17 #ifndef vtkGenerateProcessIds_h
18 #define vtkGenerateProcessIds_h
21 #include "vtkFiltersParallelModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
42 vtkSetMacro(GeneratePointData,
bool);
43 vtkGetMacro(GeneratePointData,
bool);
44 vtkBooleanMacro(GeneratePointData,
bool);
52 vtkSetMacro(GenerateCellData,
bool);
53 vtkGetMacro(GenerateCellData,
bool);
54 vtkBooleanMacro(GenerateCellData,
bool);
82 bool GeneratePointData =
true;
83 bool GenerateCellData =
false;
Superclass for algorithms that produce output of the same type as input.
Sets ProcessIds attribute for PointData and/or CellData.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
~vtkGenerateProcessIds() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGenerateProcessIds * New()
vtkMultiProcessController * GetController()
By default this filter uses the global controller, but this method can be used to set another instead...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Multiprocessing communication superclass.