27 #ifndef vtkPAutoCorrelativeStatistics_h
28 #define vtkPAutoCorrelativeStatistics_h
30 #include "vtkFiltersParallelStatisticsModule.h"
69 ~vtkPAutoCorrelativeStatistics();
73 vtkPAutoCorrelativeStatistics(const vtkPAutoCorrelativeStatistics&) VTK_DELETE_FUNCTION;
74 void operator=(const vtkPAutoCorrelativeStatistics&) VTK_DELETE_FUNCTION;
static vtkAutoCorrelativeStatistics * New()
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option, given some input Data NB: input parameters are...
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
A class for parallel auto-correlative statistics.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A class for univariate auto-correlative statistics.
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.