Go to the documentation of this file.
49 #ifndef vtkOrderStatistics_h
50 #define vtkOrderStatistics_h
52 #include "vtkFiltersStatisticsModule.h"
72 InverseCDFAveragedSteps = 1,
73 NearestObservation = 2
96 vtkSetMacro( Quantize,
bool );
97 vtkGetMacro( Quantize,
bool );
159 { this->Superclass::Assess( inData, inMeta, outData, 1 ); }
void Assess(vtkTable *inData, vtkMultiBlockDataSet *inMeta, vtkTable *outData) override
Execute the calculations required by the Assess option.
maintain an unordered list of data objects
vtkIdType NumberOfIntervals
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
vtkIdType GetQuantileDefinition()
Get the quantile definition.
A table, which contains similar-typed columns of data.
void Derive(vtkMultiBlockDataSet *) override
Execute the calculations required by the Derive option.
A base class for a functor that assesses data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOrderStatistics * New()
A class for univariate order statistics.
Composite dataset that organizes datasets into blocks.
void SetQuantileDefinition(int)
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model NB: not implemented.
bool SetParameter(const char *parameter, int index, vtkVariant value) override
A convenience method (in particular for access from other applications) to set parameter values.
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option.
a simple class to control print indentation
A atomic type representing the union of many types.
QuantileDefinitionType
The type of quantile definition.
a vtkAbstractArray subclass for strings
vtkIdType MaximumHistogramSize
Base class for statistics algorithms.
general representation of visualization data
QuantileDefinitionType QuantileDefinition
~vtkOrderStatistics() override
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.