28#ifndef vtkProcessIdScalars_h
29#define vtkProcessIdScalars_h
32#include "vtkFiltersParallelModule.h"
dynamic, self-adjusting array of float
a simple class to control print indentation
dynamic, self-adjusting array of int
Multiprocessing communication superclass.
static vtkProcessIdScalars * New()
virtual void SetCellScalarsFlag(int)
Option to centerate cell scalars of points scalars.
vtkFloatArray * MakeRandomScalars(int piece, vtkIdType numScalars)
~vtkProcessIdScalars() override
int GetScalarMode()
Option to centerate cell scalars of points scalars.
vtkMultiProcessController * Controller
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkIntArray * MakeProcessIdScalars(int piece, vtkIdType numScalars)
virtual void SetController(vtkMultiProcessController *)
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.
void SetScalarModeToPointData()
Option to centerate cell scalars of points scalars.