49 #ifndef vtkOrderStatistics_h
50 #define vtkOrderStatistics_h
52 #include "vtkFiltersStatisticsModule.h"
72 InverseCDFAveragedSteps = 1,
73 NearestObservation = 2
97 vtkGetMacro( Quantize,
bool );
159 { this->Superclass::Assess( inData, inMeta, outData, 1 ); }
Tests instantiations of the vtkNew class template.
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.
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.
static vtkOrderStatistics * New()
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model NB: not implemented.
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)
~vtkOrderStatistics() override
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
vtkIdType NumberOfIntervals
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 atomic type representing the union of many types.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.