31 #ifndef vtkPieceScalars_h 32 #define vtkPieceScalars_h 59 vtkGetMacro(RandomMode,
int);
69 vtkIntArray *MakePieceScalars(
int piece, vtkIdType numScalars);
70 vtkFloatArray *MakeRandomScalars(
int piece, vtkIdType numScalars);
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.
dynamic, self-adjusting array of float
#define VTKFILTERSPARALLEL_EXPORT
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
a simple class to control print indentation
Sets all cell scalars from the update piece.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetScalarModeToPointData()
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkDataSetAlgorithm * New()