Go to the documentation of this file.
50 #ifndef vtkCorrelativeStatistics_h
51 #define vtkCorrelativeStatistics_h
53 #include "vtkFiltersStatisticsModule.h"
104 { this->Superclass::Assess( inData, inMeta, outData, 2 ); }
118 AssessFunctor*& dfunc ) VTK_OVERRIDE;
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
a simple class to control print indentation
A atomic type representing the union of many types.
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)=0
Given a collection of models, calculate aggregate model.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc)=0
A pure virtual method to select the appropriate assessment functor.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data
static vtkTableAlgorithm * New()
A class for bivariate linear correlation.