44 #ifndef vtkCorrelativeStatistics_h
45 #define vtkCorrelativeStatistics_h
47 #include "vtkFiltersStatisticsModule.h"
71 ~vtkCorrelativeStatistics() VTK_OVERRIDE;
90 vtkTable* ) VTK_OVERRIDE;
95 void Assess( vtkTable* inData,
96 vtkMultiBlockDataSet* inMeta,
97 vtkTable* outData ) VTK_OVERRIDE
98 { this->Superclass::Assess( inData, inMeta, outData, 2 ); }
112 AssessFunctor*& dfunc ) VTK_OVERRIDE;
static vtkTableAlgorithm * New()
maintain an unordered list of data objects
Tests instantiations of the vtkNew class template.
a vtkAbstractArray subclass for strings
A atomic type representing the union of many types.
dynamic, self-adjusting array of double
Base class for statistics algorithms.
a simple class to control print indentation
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)=0
Given a collection of models, calculate aggregate model.
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.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A class for bivariate linear correlation.