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
81 vtkGetMacro( NumberOfIntervals,
vtkIdType );
88 vtkSetMacro( QuantileDefinition, QuantileDefinitionType );
89 void SetQuantileDefinition (
int );
97 vtkGetMacro( Quantize,
bool );
106 vtkGetMacro( MaximumHistogramSize,
vtkIdType );
159 { this->Superclass::Assess( inData, inMeta, outData, 1 ); }
167 AssessFunctor*& dfunc ) VTK_OVERRIDE;
maintain an unordered list of data objects
vtkIdType NumberOfIntervals
vtkIdType GetQuantileDefinition()
Get the quantile definition.
A table, which contains similar-typed columns of data.
A class for univariate order statistics.
Composite dataset that organizes datasets into blocks.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model NB: not implemented.
a simple class to control print indentation
A atomic type representing the union of many types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool SetParameter(const char *parameter, int index, vtkVariant value)
A convenience method (in particular for access from other applications) to set parameter values of Le...
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc)=0
A pure virtual method to select the appropriate assessment functor.
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
static vtkTableAlgorithm * New()