16 #ifndef vtkProcessIdScalars_h
17 #define vtkProcessIdScalars_h
21 #include "vtkFiltersParallelModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
44 vtkSetMacro(CellScalarsFlag,
int);
int GetScalarMode()
Option to centerate cell scalars of points scalars.
dynamic, self-adjusting array of float
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of int
#define VTK_DEPRECATED_IN_9_3_0(reason)
a simple class to control print indentation
Sets cell or point scalars to the processor rank.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void SetScalarModeToPointData()
Option to centerate cell scalars of points scalars.
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
Multiprocessing communication superclass.