Go to the documentation of this file. 1 #ifndef vtkMultiCorrelativeStatisticsAssessFunctor_h
2 #define vtkMultiCorrelativeStatisticsAssessFunctor_h
11 #define VTK_MULTICORRELATIVE_KEYCOLUMN1 "Column1"
12 #define VTK_MULTICORRELATIVE_KEYCOLUMN2 "Column2"
13 #define VTK_MULTICORRELATIVE_ENTRIESCOL "Entries"
14 #define VTK_MULTICORRELATIVE_AVERAGECOL "Mean"
15 #define VTK_MULTICORRELATIVE_COLUMNAMES "Column"
39 #endif // vtkMultiCorrelativeStatisticsAssessFunctor_h
A table, which contains similar-typed columns of data.
std::vector< double > Factor
virtual bool Initialize(vtkTable *inData, vtkTable *reqModel, bool cholesky=true)
~vtkMultiCorrelativeAssessFunctor() override
A base class for a functor that assesses data.
abstract superclass for arrays of numeric data
std::vector< vtkDataArray * > Columns
void operator()(vtkDoubleArray *result, vtkIdType row) override
static vtkMultiCorrelativeAssessFunctor * New()
vtkMultiCorrelativeAssessFunctor()
std::vector< double > EmptyTuple
vtkDataArray * GetColumn(vtkIdType colIdx)
dynamic, self-adjusting array of double
std::vector< double > Tuple
vtkIdType GetNumberOfColumns()