39 #ifndef vtkReduceTable_h 40 #define vtkReduceTable_h 42 #include "vtkInfovisCoreModule.h" 73 vtkGetMacro(NumericalReductionMethod,
int);
74 vtkSetMacro(NumericalReductionMethod,
int);
82 vtkGetMacro(NonNumericalReductionMethod,
int);
83 vtkSetMacro(NonNumericalReductionMethod,
int);
91 int GetReductionMethodForColumn(
vtkIdType col);
97 void SetReductionMethodForColumn(
vtkIdType col,
int method);
128 void AccumulateIndexValues(
vtkTable *input);
133 void PopulateIndexColumn(
vtkTable *output);
148 std::vector<vtkIdType> oldRows);
156 std::vector<vtkIdType> oldRows);
164 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