40 #ifndef vtkPOrderStatistics_h
41 #define vtkPOrderStatistics_h
43 #include "vtkFiltersParallelStatisticsModule.h"
77 ~vtkPOrderStatistics();
88 bool Reduce( vtkIdTypeArray*,
96 bool Broadcast( std::map<vtkStdString,vtkIdType>&,
103 vtkPOrderStatistics(const vtkPOrderStatistics&) VTK_DELETE_FUNCTION;
104 void operator=(const vtkPOrderStatistics&) VTK_DELETE_FUNCTION;
Wrapper around std::string to keep symbols short.
A class for univariate order statistics.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
static vtkOrderStatistics * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A class for parallel univariate order statistics.
abstract superclass for arrays of numeric data
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option.
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.