Go to the documentation of this file.
31 #ifndef vtkPieceScalars_h
32 #define vtkPieceScalars_h
34 #include "vtkFiltersParallelModule.h"
72 vtkSetMacro(CellScalarsFlag,
int);
~vtkPieceScalars() override
dynamic, self-adjusting array of float
vtkFloatArray * MakeRandomScalars(int piece, vtkIdType numScalars)
Superclass for algorithms that produce output of the same type as input.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
a simple class to control print indentation
dynamic, self-adjusting array of int
vtkIntArray * MakePieceScalars(int piece, vtkIdType numScalars)
void SetScalarModeToPointData()
static vtkPieceScalars * New()
Sets all cell scalars from the update piece.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.