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