40#ifndef vtkPOrderStatistics_h
41#define vtkPOrderStatistics_h
43#include "vtkFiltersParallelStatisticsModule.h"
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
A class for univariate order statistics.
A class for parallel univariate order statistics.
bool Reduce(vtkIdTypeArray *, vtkDataArray *)
Reduce the collection of local histograms to the global one for data inputs.
static vtkPOrderStatistics * New()
~vtkPOrderStatistics() override
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the parallel calculations required by the Learn option.
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
bool Reduce(vtkIdTypeArray *, vtkIdType &, char *, std::map< vtkStdString, vtkIdType > &)
Reduce the collection of local histograms to the global one for string inputs.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool Broadcast(std::map< vtkStdString, vtkIdType > &, vtkIdTypeArray *, vtkStringArray *, vtkIdType)
Broadcast reduced histogram to all processes in the case of string inputs.
vtkMultiProcessController * Controller
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.