Go to the documentation of this file.
81 #ifndef vtkMultiCorrelativeStatistics_h
82 #define vtkMultiCorrelativeStatistics_h
84 #include "vtkFiltersStatisticsModule.h"
112 vtkGetMacro( MedianAbsoluteDeviation,
bool );
144 vtkTable* ) VTK_OVERRIDE {
return; }
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
virtual void ComputeMedian(vtkTable *inData, vtkTable *outData)
Computes the median of inData with vtkOrderStatistics.
bool MedianAbsoluteDeviation
virtual vtkOrderStatistics * CreateOrderStatisticsInstance()
Return a new vtkOrderStatistics instance.
A base class for a functor that assesses data.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
A class for univariate order statistics.
Composite dataset that organizes datasets into blocks.
A class for multivariate linear correlation.
void SelectAssessFunctor(vtkTable *inData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
a simple class to control print indentation
A atomic type representing the union of many types.
~vtkMultiCorrelativeStatistics() override
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkMultiCorrelativeStatistics * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkMultiCorrelativeStatistics()
Tests instantiations of the vtkNew class template.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data