81 #ifndef vtkMultiCorrelativeStatistics_h
82 #define vtkMultiCorrelativeStatistics_h
84 #include "vtkFiltersStatisticsModule.h"
112 vtkGetMacro( MedianAbsoluteDeviation,
bool );
118 ~vtkMultiCorrelativeStatistics() VTK_OVERRIDE;
135 void Assess( vtkTable*,
137 vtkTable* ) VTK_OVERRIDE;
143 vtkMultiBlockDataSet*,
144 vtkTable* ) VTK_OVERRIDE {
return; }
152 AssessFunctor*& dfunc ) VTK_OVERRIDE;
static vtkTableAlgorithm * New()
A class for univariate order statistics.
maintain an unordered list of data objects
Tests instantiations of the vtkNew class template.
a vtkAbstractArray subclass for strings
bool MedianAbsoluteDeviation
A atomic type representing the union of many types.
dynamic, self-adjusting array of double
Base class for statistics algorithms.
A class for multivariate linear correlation.
a simple class to control print indentation
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)=0
Given a collection of models, calculate aggregate model.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
virtual void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc)=0
A pure virtual method to select the appropriate assessment functor.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.