37 #ifndef __vtkPOrderStatistics_h
38 #define __vtkPOrderStatistics_h
43 #include <vtkstd/vector>
81 vtkstd::vector<vtkIdType>& kcValues );
91 vtkstd::vector<vtkIdType>& kcValues_l );
98 vtkstd::vector<vtkStdString>& xValues,
100 vtkstd::vector<vtkIdType>& kcValues,
Wrapper around vtkstd::string to keep symbols short.
virtual void Learn(vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)
A class for univariate order statistics.
vtkMultiProcessController * Controller
static vtkOrderStatistics * New()
a simple class to control print indentation
A class for parallel univariate order statistics.
void PrintSelf(ostream &os, vtkIndent indent)
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.