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;
Sets ProcessIds attribute for PointData and/or CellData.
dynamic, self-adjusting array of vtkIdType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
Multiprocessing communication superclass.