19#ifndef vtkPieceScalars_h 
   20#define vtkPieceScalars_h 
   23#include "vtkFiltersParallelModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   61  vtkSetMacro(CellScalarsFlag, 
int);
 
Superclass for algorithms that produce output of the same type as input.
 
dynamic, self-adjusting array of float
 
a simple class to control print indentation
 
dynamic, self-adjusting array of int
 
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.
 
~vtkPieceScalars() override
 
void SetScalarModeToCellData()
Option to centerate cell scalars of points scalars.
 
vtkIntArray * MakePieceScalars(int piece, vtkIdType numScalars)
 
vtkFloatArray * MakeRandomScalars(int piece, vtkIdType numScalars)
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
void SetScalarModeToPointData()
 
static vtkPieceScalars * New()