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