36 #ifndef vtkReduceTable_h 37 #define vtkReduceTable_h 39 #include "vtkInfovisCoreModule.h" 70 vtkGetMacro(NumericalReductionMethod,
int);
71 vtkSetMacro(NumericalReductionMethod,
int);
79 vtkGetMacro(NonNumericalReductionMethod,
int);
80 vtkSetMacro(NonNumericalReductionMethod,
int);
88 int GetReductionMethodForColumn(
vtkIdType col);
94 void SetReductionMethodForColumn(
vtkIdType col,
int method);
125 void AccumulateIndexValues(
vtkTable *input);
130 void PopulateIndexColumn(
vtkTable *output);
145 std::vector<vtkIdType> oldRows);
153 std::vector<vtkIdType> oldRows);
161 std::vector<vtkIdType> oldRows);
std::set< vtkVariant > IndexValues
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
A atomic type representing the union of many types.
std::map< vtkVariant, std::vector< vtkIdType > > NewRowToOldRowsMap
std::map< vtkIdType, int > ColumnReductionMethods
a simple class to control print indentation
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
int NonNumericalReductionMethod
combine some of the rows of a table
int NumericalReductionMethod