Go to the documentation of this file.
42 #ifndef vtkPOrderStatistics_h
43 #define vtkPOrderStatistics_h
95 std::map<vtkStdString,vtkIdType>& );
static vtkPOrderStatistics * New()
A class for parallel univariate order statistics.
#define vtkGetObjectMacro(name, type)
A table, which contains similar-typed columns of data.
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
bool Reduce(vtkIdTypeArray *, vtkIdType &, char *, std::map< vtkStdString, vtkIdType > &)
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 *)
Multiprocessing communication superclass.
a simple class to control print indentation
dynamic, self-adjusting array of vtkIdType
#define VTKFILTERSPARALLELSTATISTICS_EXPORT
bool Broadcast(std::map< vtkStdString, vtkIdType > &, vtkIdTypeArray *, vtkStringArray *, vtkIdType)
bool Reduce(vtkIdTypeArray *, vtkDataArray *)
a vtkAbstractArray subclass for strings
virtual void SetController(vtkMultiProcessController *)