Go to the documentation of this file.
28 #ifndef vtkProcessIdScalars_h
29 #define vtkProcessIdScalars_h
31 #include "vtkFiltersParallelModule.h"
59 vtkGetMacro(RandomMode,
int);
static vtkProcessIdScalars * New()
vtkIntArray * MakeProcessIdScalars(int piece, vtkIdType numScalars)
dynamic, self-adjusting array of float
vtkFloatArray * MakeRandomScalars(int piece, vtkIdType numScalars)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce output of the same type as input.
Sets cell or point scalars to the processor rank.
Multiprocessing communication superclass.
a simple class to control print indentation
dynamic, self-adjusting array of int
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
virtual void SetController(vtkMultiProcessController *)
By defualt this filter uses the global controller, but this method can be used to set another instead...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.
vtkMultiProcessController * Controller
void SetScalarModeToPointData()